I've been experimenting with CSS3 transitions on a website I'm designing, but I've encountered a small problem.
Whenever I hover over an element with a CSS3 transition, the text in the previous section blurs momentarily and then returns to normal once the transition is complete. This issue seems to only occur in Firefox, as it works fine in Chrome and Safari.
You can see the problem in action here: http://jsfiddle.net/fkbc6/
Currently, the transition is applied to the list item, which is not ideal. I've also tried applying it to the image with no success.
If anyone has any insights or suggestions, I would greatly appreciate it as I've hit a dead end.