Return to Snippet

Revision: 54262
at December 17, 2011 15:57 by FatFolderDesigner


Initial Code
/* Tested and working */
-webkit-transform: translate3d(0,0,0);

/* Tested and not working, but has been reported working for others */
-webkit-perspective: 0;

Initial URL
http://fatfolderdesign.com/478/css/mobile-safari-webkit-flicking-animation-fix

Initial Description
Ever notice a weird CS3 animation flicker? Annoying right? Add these CSS3 classes to the objects being animated and it should go away (at least it has in my testing). More details at the link, questions can be postsed either here or there.

Initial Title
Fix Webkit CSS3 animation flickers

Initial Tags
animation, CSS3

Initial Language
CSS