Skip to content

Instantly share code, notes, and snippets.

@tjhole
Created April 23, 2015 18:50
Show Gist options
  • Save tjhole/c37d16e723d32b5f3de0 to your computer and use it in GitHub Desktop.
Save tjhole/c37d16e723d32b5f3de0 to your computer and use it in GitHub Desktop.
CSS: Backface Hidden
-webkit-backface-visibility: hidden; /* Chrome, Safari, Opera */
backface-visibility: hidden;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment