From aab52f5830a227d7fb7786e912525b501d40787e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Caplygin?= Date: Thu, 24 Nov 2016 22:31:49 +0100 Subject: [PATCH] fix typo in snippet --- 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); } }