7 lines
120 B
CSS

.page-enter-active, .page-leave-active {
transition: opacity .2s;
}
.page-enter, .page-leave-to {
opacity: 0;
}