I am trying to achieve a very simple thing: change the opacity of the table row on hover.
Unfortunately, this is not very good, because if I am in and out very quickly, sometimes the opacity changes too slowly, and the colors seem to flicker. This flicker does not occur when I am and become slow.
I made an example so that you know what I mean:
http://jsfiddle.net/yfhTW/2/
Is this causing a browser error or is there something wrong with my code? And can this be fixed somehow? I tried using a jQuery script instead of doing opacity change through CSS, but the results are the same: /
source share