solid-ui icon indicating copy to clipboard operation
solid-ui copied to clipboard

Navigation menu animation pop-in after the second hover

Open T3sT3ro opened this issue 1 year ago • 1 comments

  1. Open navigation menu demo
  2. Hover over "Getting Started" dropdown to show the menu for the first time, works as expected
  3. take mouse off the "Getting Started"
  4. Hover once again over "Getting Started"
  5. The menu slides in from the left or something
  6. now Take mouse entirely off the menu
  7. Hover over the second element, "Overview"
  8. 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.

T3sT3ro avatar Jul 17 '24 10:07 T3sT3ro

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

stefan-karger avatar Jul 19 '24 07:07 stefan-karger

fixed: https://github.com/kobaltedev/kobalte/pull/456

stefan-karger avatar Oct 08 '24 07:10 stefan-karger