From eeb9ea8d489c890a80c88658cb860577075ac660 Mon Sep 17 00:00:00 2001 From: Armand Philippot Date: Tue, 1 Feb 2022 22:59:25 +0100 Subject: chore: animate main with fade in effect --- src/components/Main/Main.module.scss | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/components/Main/Main.module.scss') diff --git a/src/components/Main/Main.module.scss b/src/components/Main/Main.module.scss index 7c20020..819474c 100644 --- a/src/components/Main/Main.module.scss +++ b/src/components/Main/Main.module.scss @@ -1,3 +1,7 @@ .wrapper { flex: 1; + + :global { + animation: fade-in 1.5s ease-in-out 0s 1; + } } -- cgit v1.2.3