You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to provide custom animations for two scenarios and I'm not seeing a clear way of doing it:
When a user clicks a "dismiss" button, that I've added per the examples on the website documentation
When a toast closes, the other toasts move up (when reverseOrder is true) to fill that spot - I need to delay this otherwise they move up too quickly and cover the animation of the one sliding out
How should I go about handling these? I already have a custom animation based on the t.visible boolean per the docs but I'm not sure I see any properties that tell me what I need to know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I need to provide custom animations for two scenarios and I'm not seeing a clear way of doing it:
How should I go about handling these? I already have a custom animation based on the
t.visible
boolean per the docs but I'm not sure I see any properties that tell me what I need to know.Beta Was this translation helpful? Give feedback.
All reactions