Skip to content

Commit

Permalink
Fade in
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajnayak committed Jan 29, 2025
1 parent 5796ef0 commit bcb9576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
z-index: 0;
display: none;
opacity: 0;
transition: opacity 1s ease-in;
transition: opacity 2s ease-in-out;
}

.background-mosaic.initialized {
Expand All @@ -43,7 +43,7 @@
background-color: #000e22;
opacity: 0.9;
z-index: 1;
transition: opacity 1s ease-in;
transition: opacity 2s ease-in-out;
}

.mosaic-image {
Expand Down

0 comments on commit bcb9576

Please sign in to comment.