Questions tagged [vue-transitions]

101 questions
2
votes
1 answer

Vue/Nuxt page transition leave not working

so I tried to do page transitions on css but the leave transition didn't work, so I tried to do it with JS Hooks, but leave animations still doesn't work. I tried commenting on every step and I discovered that leave is not even getting…
2
votes
2 answers

Router link with transition wont work second time:

routes.js const routes = [ { path: "/", component: Home, meta: { title: 'Home' } }, { path : "/register", component: Register, meta: { title: 'Register' …
OurBG
  • 507
  • 1
  • 8
  • 22
2
votes
0 answers

Transitions not working on nuxt-child component when route changes

I want to create a very simple nuxt transition between child routes. The structure is: index.vue index --one.vue --two.vue --three.vue index.vue: