Jan
disabling page transitions between subpages
so, I'm once again on a point where I need help with nuxt 😅
what I have:
a website project with simple page transitions
structure:
index
[uid]
projects/[uid]
what I want:
when navigation between project detail pages (project/[uid]) I want to disable page transitions, because I want to move elements custom with gsap flip
but all other navigations should keep the simple page transition
what have I tried (on project/[uid]):
would love some help
6 replies