Webkit text flickers when using CSS transform (scale)
I’m facing the same problem: I want to scale an element on hover, and when doing so every text on the page flickers. I’m also on latest Chrome (21.0.1180.89) and OSX Mountain Lion. Actually, adding -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; to the affected elements does solve the problem. You said you can’t change the … Read more