Immediately remove current toasts without using animation.
Remove current toasts using animation.
you can use options like showDuration, hideDuration, timeout for your
toasts. To create a sticky toast set the timeout to 0
Use the jQuery show/hide method of your choice. These default to fadeIn/fadeOut.
The methods fadeIn/fadeOut, slideDown/slideUp, and show/hide are built
into jQuery.