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
The log messages are currently just being removed from the DOM after they're displayed for the wait time, but there is no animation. But it looks as if the CSS has an alertify-hide class which would do the opposite of alertify-show class using CSS transitions, but it doesn't seem to be used right now.
The text was updated successfully, but these errors were encountered:
The intention is to animate in/out. It's using CSS3 transitions so it requires a bit more logic to only remove the element after the transition is done.
I will be implementing using the transitionend event. The fallback for browsers that don't support the event will simply remove the element right away - as it currently does.
The log messages are currently just being removed from the DOM after they're displayed for the wait time, but there is no animation. But it looks as if the CSS has an alertify-hide class which would do the opposite of alertify-show class using CSS transitions, but it doesn't seem to be used right now.
The text was updated successfully, but these errors were encountered: