Replies: 2 comments 4 replies
-
I'm also on Next 13 with tailwind, its working fine for me, it'd be nice if you could reproduce it using codepen, or a screen recording might help. |
Beta Was this translation helpful? Give feedback.
3 replies
-
xyz.movIt's working fine for me, can you try putting the transition provider per page because from what I'm seeing, the instance of AnimatePresence is the same and when the key changes, the exit animation is applied to the previous image, I hope that made sense |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to animate a simple card component. But when I reload the page then the card appears at first then goes to its initial state and then animates.
When the page reloads the
h1
tag is visible, I mean its opacity is 1. Then it goes toopacity: 0
and then again it comes back toopacity: 1
.I have also tried
whileInView
instead ofanimate
. Please help me to overcome this issue. I am using Next js 13 with tailwind css.Thank you.
Beta Was this translation helpful? Give feedback.
All reactions