improves readability when moving mouse through the menu

i understand that this requires a big rewrite so we don't use css for this effect. logging the feature request forr posterity.

Comments

m3avrck’s picture

Yes, most certainly.

The reason it isn't there now is that CSS :hover is being used for the effect. There isn't a way to slow down CSS.

However, when the menu code is rewritten to be pure JS instead of CSS / JS, we'll be able to add a hover delay and some other nifty features + fixes.

m3avrck’s picture

Status: Active » Closed (won't fix)

After some thinking, menu designs don't really show a delay--most are instant. However, there should be a delay before it disappears, that is where the real issue, that is now fixed.