Skip to content

Commit

Permalink
Add opacity to animation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir-Urik committed Apr 2, 2024
1 parent 3bdaaca commit 2a51683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/assets/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
@keyframes spawnTitle {
0% {
transform: translateY(100%);
opacity: 0;
}
100% {
transform: translateY(0);
opacity: 1;
}
}

0 comments on commit 2a51683

Please sign in to comment.