I have an animation running when the page loads, and with javascript I add a class containing
-webkit-animation-play-state:paused;
Work in OSX safari mode and all other browsers (even PCs) too, but on mobile devices, only on iOS, so that the animation does not seem to be paused when called.
Here's a script about how the state of the animation works and pauses.
http://jsfiddle.net/uc9c5/2/
Try it on iOS, you will see that it is completely ignored.
ios css-animations
Warface
source share