solid-ui
solid-ui copied to clipboard
Navigation menu animation pop-in after the second hover
- Open navigation menu demo
- Hover over "Getting Started" dropdown to show the menu for the first time, works as expected
- take mouse off the "Getting Started"
- Hover once again over "Getting Started"
- The menu slides in from the left or something
- now Take mouse entirely off the menu
- Hover over the second element, "Overview"
- The previous "Getting started" menu is opened for a split second and the "Overview" pops in immediately, causing visual flash and jump
The popup slide-in animations should behave to avoid the visual "pop" effect.
This looks like it's a problem that's already present in the primitive: https://kobalte.dev/docs/core/components/navigation-menu
/edit: https://github.com/kobaltedev/kobalte/issues/431
fixed: https://github.com/kobaltedev/kobalte/pull/456