Next.js Discord

Discord Forum

View Transition enter only working at page level

Unanswered
wWHYSOSERIOUSs posted this in #help-forum
Open in Discord
Im writing view transition enter animation and it only works when i wrap my whole page (it works when i mount and unmount an element wrapped with a view transition)
Its not working when i wrap a single element like a link

2 Replies

1. First image is when its not working
2. Second image is when its working
3. third is the code for enter animation
Here when i say its not working, it's in the context of whole page transition. not a particular element getting toggling on and off in a useState (under startTransition)