rstacruz / jquery.transit

Super-smooth CSS3 transformations and transitions for jQuery
http://ricostacruz.com/jquery.transit
7.3k stars 864 forks source link

Animations stop on unfocus, anyway to get around that? #206

Open vekien opened 9 years ago

vekien commented 9 years ago

If you look at this jsfiddle: http://jsfiddle.net/tKVK9/1/

As the animation begins to move, if you switch tab, then come back, it will jolt the animation from the position it was when you tabbed, to the position it should be when you tab back.

This also happens when you "Scroll" and the stuff being transformed is not visible on the scroll, it causes the page to "jolt" as you scroll down and the animation becomes visible.

Is there any work around for this?