Skip to content

Instantly share code, notes, and snippets.

@oleksapro
Last active September 17, 2015 09:29
Show Gist options
  • Save oleksapro/895d3098c8af5ce1d203 to your computer and use it in GitHub Desktop.
Save oleksapro/895d3098c8af5ce1d203 to your computer and use it in GitHub Desktop.
css, img, hover
http://stackoverflow.com/questions/12502234/how-to-prevent-webkit-text-rendering-change-during-css-transition/12820319#12820319
transform: translateZ(0px);
or
http://stackoverflow.com/questions/12980153/image-moves-on-hover-chrome-opacity-issue
backface-visibility: hidden;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment