body.pause * { animation-play-state:paused !important; -webkit-animation-play-state:paused !important; }
I want to pause all css animations when there is a ".pause" class on the body. It works fine on the desktop, but it does not work on ipad / iphone. I am testing it on ios8.
Another thing I noticed is the use of step animation, and the pause code above pauses the step animation, but completely ignores the conversion.
And I noticed that this problem occurred only in iOS Safari. Even Chrome on ios is fine.
css3 css-animations
Jimba tamang
source share