Created
November 20, 2013 02:27
-
-
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/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-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