ToastRoot breaks Vue TransitionGroup (height always 0, invisible animation) #2230
Unanswered
ioannis-FE
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey everyone
I am trying to make Radix-Vue toasts work together with Vue’s so that when a toast closes, the other ones move up smoothly (like reorder animation).
The problem is that it seems impossible to animate them, because ToastRoot doesnt render the real DOM node inside the group it teleports the toast into the .
Here’s an example ...
Beta Was this translation helpful? Give feedback.
All reactions