page transitions

This commit is contained in:
ManjaroOne666 2019-02-02 12:29:40 +00:00
parent 34f15db58f
commit fdffa0126f
1 changed files with 8 additions and 0 deletions

View File

@ -143,3 +143,11 @@
}
}
.page-enter-active, .page-leave-active {
transition: opacity .5s;
}
.page-enter, .page-leave-active {
opacity: 0;
}