]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: longer transition duration
authorEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 May 2020 07:12:12 +0000 (09:12 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Mon, 11 May 2020 07:12:12 +0000 (09:12 +0200)
[skip ci]

e2e/transitions/index.html

index e655fc2c66555510700076da291025ad7fb5e9d9..300dd5cc6b1394955a19c4d3182f8484f1b13caf 100644 (file)
@@ -11,7 +11,7 @@
     <style>
       .fade-enter-active,
       .fade-leave-active {
-        transition: opacity 0.75s ease;
+        transition: opacity 1s ease;
       }
       .fade-enter-from,
       .fade-leave-active {
@@ -19,7 +19,7 @@
       }
       .child-view {
         position: absolute;
-        transition: all 0.75s cubic-bezier(0.55, 0, 0.1, 1);
+        transition: all 1s cubic-bezier(0.55, 0, 0.1, 1);
       }
       .slide-left-enter-from,
       .slide-right-leave-active {