Skip to content

Commit

Permalink
Reduce animation time
Browse files Browse the repository at this point in the history
  • Loading branch information
AsteroidusTv committed Oct 11, 2024
1 parent 312567c commit 81bb016
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions styles/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
backdrop-filter: blur(15px);
-webkit-backdrop-filter: blur(15px);
background: rgba(255, 255, 255, 0.1);
transition: height 0.5s ease;
transition: height 0.25s ease;
}

.header-background.is-hamburger-active {
Expand Down Expand Up @@ -181,13 +181,13 @@
transition-delay: 0s;
}
.header-links.is-hamburger-active .header-link:nth-child(2) {
transition-delay: 0.1s;
transition-delay: 0.05s;
}
.header-links.is-hamburger-active .header-link:nth-child(3) {
transition-delay: 0.2s;
transition-delay: 0.1s;
}
.header-links.is-hamburger-active .header-link:nth-child(4) {
transition-delay: 0.3s;
transition-delay: 0.15s;
}
}

0 comments on commit 81bb016

Please sign in to comment.