Skip to content

Instantly share code, notes, and snippets.

@pietvanzoen
Created July 19, 2013 22:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save pietvanzoen/6042718 to your computer and use it in GitHub Desktop.
Save pietvanzoen/6042718 to your computer and use it in GitHub Desktop.
Smooth Animations :: Force hardware acceleration on elements for better animation rendering. #css
.smooth_animation { -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