CSS animation not working when classname is applied in Safari -
if view codepen demo in chrome , scrolldown should see piechart animation kick in when comes view. yet in safari version 7.0.2 (9537.74.9) doesn't. ideas why isn't working in safari?
this safari rendering bug triggered backface-visibility: hidden
on .pie-chart > :last-child em
. line doesn't appear necessary, works fine without it.
this example doesn't have bug: http://codepen.io/anon/pen/ktkmu.
i discovered removing bits of css & javascript until bug no longer happened, revealing single line causing it. reduction ftw!
Comments
Post a Comment