css3 - CSS Animation Delay Bug In Safari -
i have come across odd behaviour safari in regards css animations , failure update elements position when dom manipulated. have taken gifs illustrate this:
in chrome (http://recordit.co/ccim1iwymc), when animation-delay updated in dom, browser update element's animation position expect.
in safari (http://recordit.co/3drmedo0fc), when animation-delay updated in dom, browser fails update element's animation position.
this seems reflow/repaint issue me. noticed when hover on animated element in safari's inspector, blue overlay fails keep animation.
here code: http://codepen.io/jabes/pen/pngrrg
Comments
Post a Comment