qinzhipeng_v %!s(int64=5) %!d(string=hai) anos
pai
achega
b2cc1ec617
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      src/styles/transition.scss

+ 3 - 3
src/styles/transition.scss

@@ -14,17 +14,17 @@
 /* fade-transform */
 .fade-transform-leave-active,
 .fade-transform-enter-active {
-  transition: all .5s;
+  transition: all .0s;
 }
 
 .fade-transform-enter {
   opacity: 0;
-  transform: translateX(-30px);
+  transform: translateX(0px);
 }
 
 .fade-transform-leave-to {
   opacity: 0;
-  transform: translateX(30px);
+  transform: translateX(0px);
 }
 
 /* breadcrumb transition */