css only v-show fade animation

Marcos Neves
vuejs-tips
Published in
1 min readMay 4, 2017

tip # 20

Vue.js supports animation using transitions api. But if you just need to animate a show/hide using v-show this css solve the problem:

Doesn't work with v-if, since it removes the element from the DOM.

--

--

Marcos Neves
vuejs-tips

Ancient Brazilian web developer, from php, through Rails to Javascript, Vue.js enthusiast to React.