CSS3 animation flash stop


/ Published in: CSS
Save to your folder(s)

Fight the "flash" effect at animation start in webkit browsers


Copy this code and paste it in your HTML
  1. .container {
  2. -webkit-backface-visibility: hidden;
  3. }

URL: http://webdesign.tutsplus.com/tutorials/htmlcss-tutorials/css3-animations-the-hiccups-and-bugs-youll-want-to-avoid/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.