CSS keyframe animation -webkit-transform reset Chrome Bug -
i'm getting bug using css keyframe animation.
when animating -webkit-transform
property, if add -webkit-animation-play-state: paused;
, remove it, animation jumps start , resumes again.
here example of in action: http://jsfiddle.net/najff/8/ happens when toggling animation state javascript: http://jsfiddle.net/najff/7/
is there workaround issue?
thanks!
it's bug issue in webkit, affected might interested in roman komarov's technique of tricking webkit transitions on pseudos via inheritance.
checkout below link
:)
Comments
Post a Comment