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.
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
Comment #1
m3avrck commentedYes, 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.
Comment #2
m3avrck commentedAfter 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.