From f8d2be714fd473aef3d51217434b7d9a9d2a75fd Mon Sep 17 00:00:00 2001 From: Angelo <60273047+anweisen@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:58:53 +0200 Subject: [PATCH] Make navbar animation smoother --- src/components/NavBar.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/NavBar.scss b/src/components/NavBar.scss index f173c17..e82420d 100644 --- a/src/components/NavBar.scss +++ b/src/components/NavBar.scss @@ -119,7 +119,7 @@ @for $i from 2 through 10 { div:nth-child(#{$i}) { - animation: navbar-link-fadein ease-out .25s #{($i - 1) * .05s} backwards; + animation: navbar-link-fadein ease-out .3s #{($i - 1) * .1s} backwards; } }