From 84d6f44e9b80b7c3af3fc5f7fa5b3ae0d5e503db Mon Sep 17 00:00:00 2001 From: Willem Dantuma Date: Tue, 29 Sep 2020 20:57:14 +0200 Subject: [PATCH] Fix transition --- .../components/menu-background/menu-background.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }