Skip to content

Instantly share code, notes, and snippets.

@Victa
Created September 26, 2011 07:53
Show Gist options
  • Select an option

  • Save Victa/1241810 to your computer and use it in GitHub Desktop.

Select an option

Save Victa/1241810 to your computer and use it in GitHub Desktop.
screen flicker when using CSS3 transforms
li {
-webkit-transform:rotate(45deg);
-webkit-transform-style: preserve-3d; /* this line fixed the problem */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment