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 {