Issue Description
In Chrome when an image has opacity and transitions applied to it, on hover the images jumps slightly.
How to Fix the Issue
Add the below snippet to the image and all is fixed.
Fixed Code Snippets
-webkit-backface-visibility: hidden;
References
Reference Description |
Reference Link |
---|---|
StackOverflow to the rescue! |
View Page |