Skip to content

Instantly share code, notes, and snippets.

@cianclarke
Created October 9, 2012 13:04
Show Gist options
  • Save cianclarke/3858692 to your computer and use it in GitHub Desktop.
Save cianclarke/3858692 to your computer and use it in GitHub Desktop.
There's got to be a better way..!
/* iOS6 hardware acceleration */
* {
-webkit-transform: translateZ(0);
-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