Skip to content

Instantly share code, notes, and snippets.

@al5dy
Created May 7, 2016 09:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save al5dy/3cb6958fce30c4966df78a8697b428d6 to your computer and use it in GitHub Desktop.
Save al5dy/3cb6958fce30c4966df78a8697b428d6 to your computer and use it in GitHub Desktop.
Убираем скачки fixed блоков в Chrome при использовании css scale
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
-webkit-transform-style: preserve-3d;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment