Skip to content

Commit c8466e0

Browse files
Improve loading animation
Co-authored-by: Jaayden Halko <jaayden.halko@gmail.com>
1 parent a901ab6 commit c8466e0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

site/tailwind.config.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,10 @@ module.exports = {
6161
keyframes: {
6262
loading: {
6363
"0%": { opacity: 0.85 },
64-
"50%": { opacity: 0.25 },
65-
"100%": { opacity: 0.25 },
64+
"25%": { opacity: 0.7 },
65+
"50%": { opacity: 0.4 },
66+
"75%": { opacity: 0.3 },
67+
"100%": { opacity: 0.2 },
6668
},
6769
},
6870
},

0 commit comments

Comments
 (0)