I'm experimenting with css animations on an iPad. I'm finding that while an animation is happening (.e.g a rotating div), if the user is touching the screen currently running animations get choppy and new animations don't start till the user stops touching. I'm assuming that iOS isn't updating the dom while the user touches or a scroll is happening.
Is there some trick to force Safari to continue drawing while the touch or user action is 开发者_StackOverflow社区happening?
精彩评论