From 274242df603f6e720b6ff4f18a7b2437742e1143 Mon Sep 17 00:00:00 2001 From: gps035 Date: Fri, 25 Nov 2016 07:49:02 +0000 Subject: [PATCH] Update index.html Change animation end state to what it should be, presumably --- property/animation-play-state/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/property/animation-play-state/index.html b/property/animation-play-state/index.html index 0335820d..277e2e67 100644 --- a/property/animation-play-state/index.html +++ b/property/animation-play-state/index.html @@ -68,7 +68,7 @@

transform: translateX(0); } to { - opacity: 0; + opacity: 1; transform: translateX(100px); } }