Skip to content

Commit

Permalink
Add dots13 and sand spinner (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
aikomastboom authored Jul 24, 2022
1 parent 1368ca8 commit 0445ebc
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions spinners.json
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,19 @@
"⠀⡀"
]
},
"dots13": {
"interval": 80,
"frames": [
"",
"",
"",
"",
"",
"",
"",
""
]
},
"dots8Bit": {
"interval": 80,
"frames": [
Expand Down Expand Up @@ -535,6 +548,46 @@
""
]
},
"sand": {
"interval": 80,
"frames": [
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
""
]
},
"line": {
"interval": 130,
"frames": [
Expand Down

0 comments on commit 0445ebc

Please sign in to comment.