Skip to content

Instantly share code, notes, and snippets.

@bgadrian
Created March 16, 2015 16:55
Show Gist options
  • Save bgadrian/feda42a6b7b4eab86595 to your computer and use it in GitHub Desktop.
Save bgadrian/feda42a6b7b4eab86595 to your computer and use it in GitHub Desktop.
CSS animation webkit/chrome flicker at scale
/** see bug flickering http://stackoverflow.com/questions/2946748/iphone-webkit-css-animations-cause-flicker */
.antiflicker{
-webkit-perspective: 1000;
-webkit-backface-visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment