T
12

TIL a transition delay trick made my hover menus feel instant

I always thought delaying animations just made things laggy, but adding a 0.01s delay to a submenu prevented accidental closing on my mega menu and it worked way better than I expected. Anyone else found a small timing tweak that fixed a common annoyance?
2 comments

Log in to join the discussion

Log In
2 Comments
val_taylor
Did you try it on mobile too? Same trick saved my dropdowns from breaking.
3
blair_dixon
Actually the mobile fix needs a different approach, the overflow property works better.
1