Skip to content

Instantly share code, notes, and snippets.

@zanesensenig
Created March 16, 2016 13:58
Show Gist options
  • Save zanesensenig/5e5431efdee28963f58c to your computer and use it in GitHub Desktop.
Save zanesensenig/5e5431efdee28963f58c to your computer and use it in GitHub Desktop.
Hardware Acceleration -- CSS Transition Flickering
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
-webkit-perspective: 1000;
-moz-perspective: 1000;
-ms-perspective: 1000;
perspective: 1000;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment