Questions tagged [vue-transitions]

101 questions
0
votes
0 answers

Unified route transition in nuxt3

How can we add route transition to irrespective of page or layout change I'm aware that nuxt provides page and layout transitions but the layouts remain static when the page changes Expected behaviour: the whole webpage animates when route changes…
naveeng2402
  • 67
  • 1
  • 5
0
votes
0 answers

I want to animate modal in Vue 3 but v-if is set on teleport

I have component-wrapper for modals. You can see it below. As you can see, there is no v-if. I set it on exported component. You can see it on another code block. ModalWrapper.vue