diff --git a/property/animation-play-state/index.html b/property/animation-play-state/index.html index be121a14..050a51fa 100644 --- a/property/animation-play-state/index.html +++ b/property/animation-play-state/index.html @@ -72,7 +72,7 @@

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