Why is rotateY (flip) css3 animation flickering in Chrome? -
i have made jsfiddle: http://jsfiddle.net/grezzo/jr2lu/
when hit key on keyboard, picture flips around show text, during flip animation flickers (particularly text flickers) when viewed in chrome.
(note using -prefix-free js library don't have prefix browser specific css properties.)
why flickering , how can stop it?
update: flicker noticable on chrome 20.0.1132.47 m running on xp, , whatever latest version os x 10.7.4 lion (i'm not near mac right check)
well, little weird. removing background-color
.card
, works ok: http://jsfiddle.net/jr2lu/3/
seems styling .card
issue, don't see div.
Comments
Post a Comment