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

Finish show animation before close #31

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Finish show animation before close #31

wants to merge 1 commit into from

Conversation

jdepypere
Copy link

If .error() or .close() was called before the .show()-animation was done (300ms), the opacity would not have a value of 1 and the error or success message might not be entirely clear. Now the show animation finishes before showing the close animation. Current delay is 300 ms, so allowing the animation to finish seems like a good solution.

If `.error()` or `.close()` was called before the `.show()`-animation was done (300ms), the opacity would not have a value of 1 and the error or success message might not be entirely clear. Now the show animation finishes before showing the close animation. Current delay is 300 ms, so allowing the animation to finish seems like a good solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant