Skip to content

Instantly share code, notes, and snippets.

@vrcosta
Created January 30, 2017 17:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vrcosta/aeb08101ad8fc78ccfc7a06115a686a6 to your computer and use it in GitHub Desktop.
Save vrcosta/aeb08101ad8fc78ccfc7a06115a686a6 to your computer and use it in GitHub Desktop.
hardwareacceleratedcss.css
.accelerated {
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment