How to skip entering animation on mount #3508
Unanswered
jacksonHendric
asked this question in
Q&A
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.
-
How could I skip the entering animation on mount?
I have tried setting up a
useRef -> firstLoad = true
and then
entering = {firstLoad.current ? undefined : ANIMATE}
This doesn't work
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions