/ Published in: CSS
Fight the "flash" effect at animation start in webkit browsers
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.container { -webkit-backface-visibility: hidden; }