Can someone help me understand why I am experiencing a flickering effect on an element when using transition: all 0.5s ease-out;
in FireFox? It's difficult to describe, but you can see it happening in this live example here: (take a look at the logo flickering) - Safari or Chrome do not have this issue.
update
Initially, I had applied the transitions to the a
tag surrounding the img
, which caused the flicker. Removing the translate
from the a
tag resolved the problem. However, I am still curious about why this would cause flickering. Any insights on this matter are welcome.