1
0
mirror of https://github.com/nuxt/nuxt.git synced 2025-03-23 17:46:34 +00:00
Nuxt/examples/spa/assets/main.css

7 lines
70 B
CSS
Raw Normal View History

2017-08-18 14:46:54 +00:00
.appear-active {
transition: opacity .5s
}
.appear {
opacity: 0
}