Skip to content

Commit

Permalink
chore: update animation
Browse files Browse the repository at this point in the history
  • Loading branch information
cvgellhorn committed Sep 1, 2024
1 parent 088cfb1 commit 11a2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ img {

.animate {
@apply -translate-y-3 opacity-0;
@apply transition-all duration-500 ease-out;
@apply transition-all duration-300 ease-out;
}

.animate.show {
Expand Down

0 comments on commit 11a2ce5

Please sign in to comment.