From 92f52b100affd2ca20555a08a8967ea2427f5593 Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 30 May 2022 10:11:06 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BC=98=E5=8C=96=E5=8A=A8=E7=94=BB?= =?UTF-8?q?=E9=80=9F=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/transition.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/styles/transition.scss b/src/styles/transition.scss index 4cb27cc81..7e4a179a1 100644 --- a/src/styles/transition.scss +++ b/src/styles/transition.scss @@ -3,7 +3,7 @@ /* fade */ .fade-enter-active, .fade-leave-active { - transition: opacity 0.28s; + transition: opacity 0.1s; } .fade-enter, @@ -14,7 +14,7 @@ /* fade-transform */ .fade-transform-leave-active, .fade-transform-enter-active { - transition: all .5s; + transition: all .1s; } .fade-transform-enter { @@ -30,7 +30,7 @@ /* breadcrumb transition */ .breadcrumb-enter-active, .breadcrumb-leave-active { - transition: all .5s; + transition: all .1s; } .breadcrumb-enter, @@ -40,7 +40,7 @@ } .breadcrumb-move { - transition: all .5s; + transition: all .1s; } .breadcrumb-leave-active {