Home

Issue: 2547

Why set the leaveActiveClass but no effect?

[issue link]

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?

This question is available on Nuxt.js community (#c2215)