visionmedia / move.js

CSS3 backed JavaScript animation framework
http://visionmedia.github.com/move.js/
4.72k stars 686 forks source link

Animations in background tabs #76

Open petrklus opened 8 years ago

petrklus commented 8 years ago

I've got a few animations following one another. They work fine when I open the tab, however, when I open the tab in the background and switch to it later, I see that the animations overlap. After a few seconds, they "catch up".

Is this a known issue / something that has been observed before?

petrklus commented 8 years ago

Just to add further note on this - the only way to ensure proper sequence is to use the end callback to launch further animations. The delay parameters cannot be relied on.