Is it possible to animate page transitions in Next.js using Headless UI? #2590
Unanswered
runoncedev
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to add page transitions in a Next.js app using Headless UI's
<Transition>
component but I can't get it work.I tried something like this but it's not working, probably because it doesn't make much sense:
I was hoping to have a
key
prop like in Framer Motion.Is there any way to achieve this with Headless UI?
Beta Was this translation helpful? Give feedback.
All reactions