Skip to content

Instantly share code, notes, and snippets.

@maximevalette
Created September 16, 2012 21:22
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save maximevalette/3734451 to your computer and use it in GitHub Desktop.
Save maximevalette/3734451 to your computer and use it in GitHub Desktop.
Hardware acceleration in WebKit
.animation {
-webkit-transform: translate3d(0, 0, 0);
-webkit-backface-visibility: hidden;
-webkit-perspective: 1000;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment