We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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.
this.loadingBox.style.opacity = 0.01;
this.loadingBox.style.opacity = 0;
Sorry, something went wrong.
Merge pull request #3 from BlackGlory/patch-1
4fe7850
Solved #2
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: