remove underlay fade out animation (#55578)

pull/55401/head
Ashley Harrison 3 years ago committed by GitHub
parent bc6a006fc0
commit 1978b935ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      public/app/core/components/MegaMenu/NavBarMenu.tsx

@ -100,7 +100,7 @@ export function NavBarMenu({ activeItem, navItems, searchBarHidden, onClose }: P
in={isOpen}
unmountOnExit={true}
classNames={animStyles.backdrop}
timeout={animationSpeed}
timeout={{ enter: animationSpeed, exit: 0 }}
>
<div ref={backdropRef} className={styles.backdrop} {...underlayProps} />
</CSSTransition>

Loading…
Cancel
Save