Last active
September 17, 2015 09:29
-
-
Save oleksapro/895d3098c8af5ce1d203 to your computer and use it in GitHub Desktop.
css, img, hover
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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