-
Notifications
You must be signed in to change notification settings - Fork 7
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
animateOut doesn't fire (randomly) #9
Comments
That's interesting. May I know what browser you are on, and the version? I'm unable to replicate it (with 500ms timeout). |
Chrome 49.0.2623.87m. Just a side note; also tried on FireFox 45.0.1, it works fine there, but the first time I tried it out it didn't fire animateOut on the last element. Can't reproduce that either, but might be worth mentioning. |
I've tested it on that version to no avail. Nevertheless, thank you for reporting (and recording) it :) I'll keep this opened in case someone else is facing the same problem. But hopefully, v3.0.0 will not be affected by this. |
Tested it with Chrome 49.0.2623.87m, seems to be working perfect (on v3.0.0). |
The exit animation sometimes doesn't fire, it is rather random (Spend 5 minutes trying to record that 5 second loop).
It does seem like it is caused by having a too low delay (1000ms)
Settings used:
animateIn: "fadeIn", animateOut: "fadeOut", speed: 1000,
The text was updated successfully, but these errors were encountered: