Created
July 31, 2014 14:37
-
-
Save MrSaints/7acc3fd0b86f339f89c1 to your computer and use it in GitHub Desktop.
Prevent animation flicker (for future reference). Think of it as "preloading" -- http://www.developerdrive.com/2014/07/how-to-optimize-css-animation-with-the-will-change-property/
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
.optimise { | |
will-change: contents, transform; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment