mirror of
https://github.com/Maks1mS/bubbles.git
synced 2024-12-24 14:44:38 +03:00
Add pulse spinner
This commit is contained in:
parent
e8e052c64b
commit
9a25d8b8b9
@ -33,6 +33,10 @@ var (
|
||||
Frames: []string{"⢄", "⢂", "⢁", "⡁", "⡈", "⡐", "⡠"},
|
||||
FPS: time.Second / 10,
|
||||
}
|
||||
Noise = Spinner{
|
||||
Frames: []string{"█", "▓", "▒", "░"},
|
||||
FPS: time.Second / 8,
|
||||
}
|
||||
Bit8 = Spinner{
|
||||
Frames: []string{
|
||||
"⠀", "⠁", "⠂", "⠃", "⠄", "⠅", "⠆", "⠇", "⡀", "⡁", "⡂", "⡃", "⡄", "⡅", "⡆", "⡇",
|
||||
|
Loading…
Reference in New Issue
Block a user