I noticed today that the Beta SE sites have a transition on the hover style of many links (top menu, question list titles, body links).
-webkit-transition: color 0.4s ease-in;
-moz-transition: color 0.4s ease-in;
transition: color 0.4s ease-in;
It is important for link hover styles to be strongly reactive so that the user knows when they've centered on a target. In addition to the time spent to move their cursor to the link, the user now has to wait at least a half second to be sure they are over the link — and with such a subtle transition, may not notice the change at all (which adds a significant amount of cognitive friction, since they are always unsure about what is under the cursor and what is not):

(Top is visited, middle is hovered, bottom is unvisited)
Please remove the transition, and ideally, make a stronger hover style. The Meta question list is better:
