Skip to content

Commit

Permalink
Make navbar animation smoother
Browse files Browse the repository at this point in the history
  • Loading branch information
anweisen committed Jul 3, 2024
1 parent 1c43803 commit f8d2be7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavBar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}

Expand Down

0 comments on commit f8d2be7

Please sign in to comment.