Skip to content

Commit 0445ebc

Browse files
authored
Add dots13 and sand spinner (#63)
1 parent 1368ca8 commit 0445ebc

File tree

1 file changed

+53
-0
lines changed

1 file changed

+53
-0
lines changed

spinners.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,19 @@
274274
"⠀⡀"
275275
]
276276
},
277+
"dots13": {
278+
"interval": 80,
279+
"frames": [
280+
"",
281+
"",
282+
"",
283+
"",
284+
"",
285+
"",
286+
"",
287+
""
288+
]
289+
},
277290
"dots8Bit": {
278291
"interval": 80,
279292
"frames": [
@@ -535,6 +548,46 @@
535548
""
536549
]
537550
},
551+
"sand": {
552+
"interval": 80,
553+
"frames": [
554+
"",
555+
"",
556+
"",
557+
"",
558+
"",
559+
"",
560+
"",
561+
"",
562+
"",
563+
"",
564+
"",
565+
"",
566+
"",
567+
"",
568+
"",
569+
"",
570+
"",
571+
"",
572+
"",
573+
"",
574+
"",
575+
"",
576+
"",
577+
"",
578+
"",
579+
"",
580+
"",
581+
"",
582+
"",
583+
"",
584+
"",
585+
"",
586+
"",
587+
"",
588+
""
589+
]
590+
},
538591
"line": {
539592
"interval": 130,
540593
"frames": [

0 commit comments

Comments
 (0)