page transitions
This commit is contained in:
parent
34f15db58f
commit
fdffa0126f
|
@ -143,3 +143,11 @@
|
|||
}
|
||||
}
|
||||
|
||||
.page-enter-active, .page-leave-active {
|
||||
transition: opacity .5s;
|
||||
}
|
||||
|
||||
.page-enter, .page-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue