Massively improve JS animation smoothness in Safari with one line of CSS
5 points| alexkearns | 14 years ago | reply
html * { -webkit-backface-visibility: hidden; }
5 points| alexkearns | 14 years ago | reply
html * { -webkit-backface-visibility: hidden; }
[+] [-] ryanschmidt|14 years ago|reply
I suggest applying this property only to the element you'd like to improve the animation of.
[+] [-] alexkearns|14 years ago|reply
html { -webkit-backface-visibility: hidden; } should do
[+] [-] gondo|14 years ago|reply
[+] [-] Kevindish|14 years ago|reply
[+] [-] cheald|14 years ago|reply
[+] [-] Encryptor|14 years ago|reply
[deleted]