Fix transition test

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-10-08 22:27:14 +02:00
parent 7a453b4329
commit ecb7d9f759
3 changed files with 193 additions and 185 deletions

View File

@@ -2,7 +2,7 @@
<div id="mobilizon">
<NavBar />
<main>
<transition name="fade">
<transition name="fade" mode="out-in">
<router-view />
</transition>
</main>
@@ -74,7 +74,7 @@ export default class App extends Vue {
@import "~buefy/src/scss/buefy";
.fade-enter-active, .fade-leave-active {
transition: opacity .75s;
transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
opacity: 0;