Skip to content

Commit

Permalink
add padlock spinner
Browse files Browse the repository at this point in the history
  • Loading branch information
micash545 committed Sep 15, 2024
1 parent a01e4cf commit 9b7d44f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ export type SpinnerName =
| 'hearts'
| 'clock'
| 'earth'
| 'padlock'
| 'material'
| 'moon'
| 'runner'
Expand Down
7 changes: 7 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,13 @@
"🌏 "
]
},
"padlock": {
"interval": 500,
"frames": [
"🔒",
"🔓"
]
},
"material": {
"interval": 17,
"frames": [
Expand Down

0 comments on commit 9b7d44f

Please sign in to comment.