diff --git a/projects/common/src/fm/components/menu-background/menu-background.component.scss b/projects/common/src/fm/components/menu-background/menu-background.component.scss index 8622cf5..0ce509b 100644 --- a/projects/common/src/fm/components/menu-background/menu-background.component.scss +++ b/projects/common/src/fm/components/menu-background/menu-background.component.scss @@ -7,7 +7,7 @@ bottom:0; opacity: 0; background-color: #000000; - transition: opacity 0s ease-out 1s; + transition: opacity 0.3s ease-out; pointer-events: none; z-index:99; }