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

"transitionend" not firing if element not displaying (FireFox) #2

Open
dovid opened this issue Jul 18, 2016 · 1 comment
Open

"transitionend" not firing if element not displaying (FireFox) #2

dovid opened this issue Jul 18, 2016 · 1 comment

Comments

@dovid
Copy link

dovid commented Jul 18, 2016

Perhaps a bit of an uncommon situation, but does seem to cause an issue in handleHide()

https://bugs.webkit.org/show_bug.cgi?id=51945

@BlackGlory
Copy link
Contributor

I have a similar issue in Chrome 52.0.2743.82 m (64-bit), "transitionend" not fire sometimes.

It seems like could solved by use this.loadingBox.style.opacity = 0.01; instead of this.loadingBox.style.opacity = 0;, worked for me.

@BlackGlory BlackGlory mentioned this issue Aug 6, 2016
Coffcer added a commit that referenced this issue Oct 20, 2016
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

No branches or pull requests

2 participants