Skip to content

Instantly share code, notes, and snippets.

@chriswrightdesign
Created November 20, 2013 02:27
Show Gist options
  • Save chriswrightdesign/7556580 to your computer and use it in GitHub Desktop.
Save chriswrightdesign/7556580 to your computer and use it in GitHub Desktop.
The null "go faster hack". This also can fix some problems with flickering on webkit browsers during an animation. See http://aerotwist.com/blog/on-translate3d-and-layer-creation-hacks/
-webkit-transform: translateZ(0);
//or
-webkit-translate3d(0, 0, 0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment