Remove Menu Transition Delay

Hello!

Having trouble identifying the problem to the delayed ease moving from one menu item to another. You can see the blue background fails to remove immediately when you go to another item, instead it sticks there and slowly fades out.

site: crosstownalliance.com

Please help! Thank you!

Hi Gordon,

Thanks for reaching out.

I can confirm the issue on your end, but been trying on my installation and there is no delay. But please try adding this CSS to your menu element’s CSS

$el.x-menu > li > .x-anchor  { 
  background: transparent !important;
}
$el.x-menu > li > .x-anchor:hover, $el.x-menu > li > .x-anchor.x-always-active  { 
  background: hsl(202,68%,56%) !important;
}

Thanks!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.