Replies: 1 comment
-
I'm wrapping my modal component in a animate.div and AnimatePresence from framer motion. Also have not had a good experience with RSC's in parallel, at least for a modal. making the route client side is the solution here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
Hi, I am using parallel routes/intercepting routes in my Next.js development to implement a modal. Furthermore, I would like to use headlessui's Transition to perform animations when visiting and leaving a page.
We are currently working on a combined implementation of parallel routes/intercepting routes and Transition, but we feel that few people use such a combination. parallel routes/intercepting routes to be animated, can you advise on the best way to implement this? It would be helpful if you could also provide specific implementation examples and resource references.
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions