Group AnimatePresence to separate parent vs. child exits #2141
Unanswered
jamesvclements
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
-
Is it possible to group AnimatePresence so that initial and exit only fire for the first ancestor, rather than all?
To handle this scenario:
where the child has its own set of animate presence conditions, and those initial / exit animations don't fire when the parent's condition changes.
Beta Was this translation helpful? Give feedback.
All reactions