-
First of all, thank you for this amazing library, having something like framer motion, but built for react-native gives so much freedom for creativity! I wanted to ask if there is a way to only apply delay on exit animation (i.e. for component that has from -> animate and exit) without introducing custom logic and state variable to track this? |
Beta Was this translation helpful? Give feedback.
Answered by
nandorojo
Jan 31, 2022
Replies: 1 comment
-
yes, use the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
nandorojo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
yes, use the
exitTransition
prop