10 lines
185 B
CSS
10 lines
185 B
CSS
.page-enter-active, .page-leave-active {
|
|
transition: all 0.4s;
|
|
}
|
|
.page-enter-from, .page-leave-to {
|
|
opacity: 0;
|
|
filter: blur(1rem);
|
|
}
|
|
|
|
/*# sourceMappingURL=transitions.css.map */
|