Nuxt/examples/spa/assets/main.css
2017-08-18 16:46:54 +02:00

7 lines
70 B
CSS

.appear-active {
transition: opacity .5s
}
.appear {
opacity: 0
}