Commit
+1 -1 +/-1 browse
1 | diff --git a/src/extra/utilities.css b/src/extra/utilities.css |
2 | index da78e7e..b51e5c3 100644 |
3 | --- a/src/extra/utilities.css |
4 | +++ b/src/extra/utilities.css |
5 | @@ -28,7 +28,7 @@ |
6 | opacity: 0; |
7 | animation: |
8 | var(--animation-fade-in) forwards, |
9 | - var(--animation-slide-up) forwards; |
10 | + var(--animation-slide-in-up) forwards; |
11 | animation-delay: .3s, 0s; |
12 | animation-duration: .7s, 1s; |
13 | } |
14 | \ No newline at end of file |