How can I implement exit animate with react aria Tree components when item unmounted ? #8038
Unanswered
Farley-Chen
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
-
I use react-aria Tree components with frame motion.
I found that I can not add exit animate with tree item (I have try a lot of time).
The tree item seems mount and unmount when expanded its parent.
But if I use AnimationPresence in the treeItemRender, it will be unmounted with the item, so it does not work.
So how can I acheive the aim?
Beta Was this translation helpful? Give feedback.
All reactions