Skip to content

Commit

Permalink
fix: naming to --animation-slide-in-up (#452)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskoeller authored Jan 2, 2024
1 parent 11bb2dd commit 0b38df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extra/utilities.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
opacity: 0;
animation:
var(--animation-fade-in) forwards,
var(--animation-slide-up) forwards;
var(--animation-slide-in-up) forwards;
animation-delay: .3s, 0s;
animation-duration: .7s, 1s;
}

0 comments on commit 0b38df4

Please sign in to comment.