Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS Hide Transition Not Used--But Should Be #56

Closed
glenselle opened this issue Dec 8, 2012 · 2 comments
Closed

CSS Hide Transition Not Used--But Should Be #56

glenselle opened this issue Dec 8, 2012 · 2 comments

Comments

@glenselle
Copy link

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.

@fabien-d
Copy link
Owner

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.

@fabien-d
Copy link
Owner

resolved with ^ pull request. Will be part of 0.3.1

psolom pushed a commit to psolom/alertify.js that referenced this issue Aug 23, 2016
psolom pushed a commit to psolom/alertify.js that referenced this issue Aug 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants