From d164fd7302cf3fc9b1a19f4e301c2fd00e8cb6ce Mon Sep 17 00:00:00 2001 From: simurai Date: Wed, 21 Aug 2019 11:53:58 +0900 Subject: [PATCH] :fire: Remove animation --- src/navigation/sidenav.scss | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/navigation/sidenav.scss b/src/navigation/sidenav.scss index 0635e89938..4b21c848e3 100644 --- a/src/navigation/sidenav.scss +++ b/src/navigation/sidenav.scss @@ -32,10 +32,6 @@ width: 3px; pointer-events: none; content: ""; - background-color: $gray-300; - transition: transform 0.24s ease-in; - transform: scaleX(0); - transform-origin: center left; } } @@ -50,8 +46,7 @@ // Bar on the left &::before { - transition: transform 0.12s ease-out; - transform: scaleX(1); + background-color: $gray-300; } } @@ -68,7 +63,6 @@ // Bar on the left &::before { background-color: $orange-600; - transform: scaleX(1); } }