My hover transitions on my pet page seem to only work well on FF and Safari. On Chrome they pop up, but then they disappear right away. Is there a way to fix this?
I even tried to just use hovers without the transitions (just changing the opacity) but that did not work either on Chrome.
Works for me as well, though the hover section is so tiny they are extremely hard to keep track of x/
You can also try adding -webkit-transform: translate3d(0px, 0px, 0px); to your code in the same section that has transition because apparently some versions of webkit stutter sometimes.