From f1853f76cfcad323c6363735b90545c812b0bbe9 Mon Sep 17 00:00:00 2001 From: Caler Loo Date: Thu, 19 Jul 2018 09:47:00 +0800 Subject: [PATCH] Verbose opacity (#788) --- source/lightspeed/lightSpeedIn.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/lightspeed/lightSpeedIn.css b/source/lightspeed/lightSpeedIn.css index cea4fc6..0f6d005 100644 --- a/source/lightspeed/lightSpeedIn.css +++ b/source/lightspeed/lightSpeedIn.css @@ -11,12 +11,10 @@ 80% { transform: skewX(-5deg); - opacity: 1; } to { transform: translate3d(0, 0, 0); - opacity: 1; } }