Skip to content

Chrome Image Jump on Hover (When opacity changes)

Issue Description

In Chrome when an image has opacity and transitions applied to it, on hover the images jumps slightly.

Affected Browsers

  • chrome

Issue Type

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!

Back to Issues List