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

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -