Skip to content

Commit

Permalink
slow down shooting star animation to be more visible
Browse files Browse the repository at this point in the history
less realistic tho 😔
  • Loading branch information
NovaSagittarii committed Feb 21, 2024
1 parent 3b1b2c9 commit 39bcd2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ module.exports = {
animation: {
"twinkling-star": "pulse 1s cubic-bezier(0.4, 0, 0.6, 1) infinite;",
"shooting-star-outer":
"slide-early 10s cubic-bezier(0.8, 0, 0.4, 1) infinite",
"slide-early 20s cubic-bezier(0.8, 0, 0.4, 1) infinite",
"shooting-star-inner":
"slide-late 10s cubic-bezier(0.8, 0, 0.4, 1) infinite",
"slide-late 20s cubic-bezier(0.8, 0, 0.4, 1) infinite",
"fade-in": "fade-in 1s linear 1",
},
keyframes: {
Expand Down

0 comments on commit 39bcd2d

Please sign in to comment.