Skip to content

Commit

Permalink
fix: reduce entry duration
Browse files Browse the repository at this point in the history
  • Loading branch information
raflymln committed Mar 18, 2024
1 parent 5d1163f commit 1a26925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

/* Entry-Leave animation will finished before page reload/leave */
.animate-entry {
animation: entry 10s ease forwards;
animation: entry 5s ease forwards;
}

@keyframes entry {
Expand Down

0 comments on commit 1a26925

Please sign in to comment.