Plans for isEntering and isExiting props for Toast? #8022
Replies: 1 comment
-
mostly a duplicate of Adding a toast to ToastQueue replaces current visible toast |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to use Framer Motion to animate the Toast component entering and exiting - entering has been straightforward to get working but I can't get exiting to work. I've tried
AnimatePresence
(which I assume doesn't work for the reason mentioned in the styling docs). Is there a plan to implement theisEntering
andisExiting
props that exist on other overlay components, or are there any other ways to do an exit animation with Framer Motion?Beta Was this translation helpful? Give feedback.
All reactions