From e2edf8180d5d6d66731ede8bb4fedb7f4f134531 Mon Sep 17 00:00:00 2001 From: Vanessa Date: Wed, 13 Jul 2022 12:09:58 +0800 Subject: [PATCH] =?UTF-8?q?:lipstick:=20=E8=BE=B9=E8=B7=9D=E5=8A=A8?= =?UTF-8?q?=E7=94=BB=E6=95=88=E6=9E=9C=E7=BB=9F=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/assets/scss/_protyle.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/assets/scss/_protyle.scss b/app/src/assets/scss/_protyle.scss index ad3d82d88..d36ac40a5 100644 --- a/app/src/assets/scss/_protyle.scss +++ b/app/src/assets/scss/_protyle.scss @@ -330,7 +330,7 @@ display: flex; position: absolute; height: 80px; - transition: left .15s cubic-bezier(0, 0, .2, 1) 0ms; + transition: left .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms; .protyle-icons { position: initial; @@ -347,7 +347,7 @@ margin: 34px 16px 0 24px; position: relative; font-size: 16px; - transition: margin .15s cubic-bezier(0, 0, .2, 1) 0ms; + transition: margin .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms; &:hover .protyle-title__icon { opacity: 1;