From 980af3a068ef3f7cf6f712622329dec558b961bc Mon Sep 17 00:00:00 2001 From: Murat Merdoglu Date: Tue, 3 Sep 2024 14:03:48 +0200 Subject: [PATCH] chore: test transition effects --- static/styles/lib/loggedin.scss | 2 +- static/styles/lib/sidebar.scss | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/styles/lib/loggedin.scss b/static/styles/lib/loggedin.scss index 25393da53b..dc65b5197a 100644 --- a/static/styles/lib/loggedin.scss +++ b/static/styles/lib/loggedin.scss @@ -391,7 +391,7 @@ header { min-height: 100vh; display: flex; flex-direction: column; - transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); + // transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1); padding-left: 255px; @media only screen and (max-width: 1279px) { diff --git a/static/styles/lib/sidebar.scss b/static/styles/lib/sidebar.scss index 5e0875a70d..0ed3a6817d 100644 --- a/static/styles/lib/sidebar.scss +++ b/static/styles/lib/sidebar.scss @@ -16,9 +16,9 @@ border-right: 1px solid rgba(0, 0, 0, 0.12); display: flex; flex-direction: column; - transition-duration: 0.2s; - transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom; - transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); + // transition-duration: 0.2s; + // transition-property: box-shadow, transform, visibility, width, height, left, right, top, bottom; + // transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); &.hidden { transform: translateX(-110%);