Skip to content

Commit

Permalink
Fix timing of header element change transition
Browse files Browse the repository at this point in the history
  • Loading branch information
CurbaiCode committed Aug 7, 2024
1 parent fce4d72 commit 11ec3a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stylesheets/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ small {
}
#title {
position: relative;
transition: opacity .35s;
transition: opacity .175s;
}
#title.swapping {
opacity: 0;
Expand Down Expand Up @@ -534,7 +534,7 @@ header button .gs {
transition: opacity .35s;
}
#prev-label {
transition: opacity .35s;
transition: opacity .175s;
}
#prev-label.swapping {
opacity: 0;
Expand Down

0 comments on commit 11ec3a6

Please sign in to comment.