Skip to content

Instantly share code, notes, and snippets.

@alatzl
Last active December 30, 2015 22:09
Show Gist options
  • Save alatzl/7891836 to your computer and use it in GitHub Desktop.
Save alatzl/7891836 to your computer and use it in GitHub Desktop.
Smoothing hardware-accelerated transitions
.nav-drawer, .inner-wrap {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment