Static GitHub Issues

[2547] Why set the leaveActiveClass but no effect?

prev: Vue warning underscore included directory name
next: nuxt-express - inject undefined

I just want to use the animate.css transition effect, written in nuxt.config:

  transition: {
    enterActiveClass: 'animated fadeIn',
    leaveActiveClass: 'animated fadeOut'
  }

It only enterActiveClass effect, and there is no effect of leaveActiveClass, which is why?

<!--cmty--><!--cmty_prevent_hook--><div align="right"><sub><em>This question is available on <a href="https://nuxtjs.cmty.io">Nuxt.js</a> community (<a href="https://nuxtjs.cmty.io/nuxt/nuxt.js/issues/c2215">#c2215</a>)</em></sub></div>