Skip to content

Instantly share code, notes, and snippets.

@MrSaints
Created July 31, 2014 14:37
Show Gist options
  • Save MrSaints/7acc3fd0b86f339f89c1 to your computer and use it in GitHub Desktop.
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/
.optimise {
will-change: contents, transform;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment