Recently, I added a CSS3 hover effect to one of the images on my website following this tutorial: http://tympanus.net/Tutorials/OriginalHoverEffects/index2.html
However, after implementing the hover effect in Chrome, I noticed that some other elements on the page were being affected. For example, when hovering over the image, my top menu links would shift 5px to the right and back once the hover effect ended. Additionally, a few block quote elements seemed to be impacted as well. It almost seems like the CSS3 transition effect is adding an unintended "padding" value to these elements.
Interestingly, I did not encounter any of these issues when testing in Internet Explorer or Firefox, suggesting that the problem is isolated to Chrome.
Has anyone else encountered a similar issue before?