Replies: 1 comment
-
Hey @nrutman, you could override the CSS class for this. I'll probably allow you to specify that setting as a CSS variable for the next release .Toastify--animate {
animation-fill-mode: both;
animation-duration: 0.7s; // specify yours
} |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to specify a transition time? For example, the default transitions (e.g. slide in, slide out) take a little too long in my opinion. I'd like to make the transition a bit snappier. Is there a way for me to specify the duration of the transitions?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions