Enum SpinnerFrameSet
A predefined spinner frame sequence owned by
SpinnerTicker. Selects one of a small curated set
of cyclic indicators; the ticker resolves the enum to its raw frame strings. Frames are raw content —
any presentation (brackets, styling, title prefixing) is decided by the overlay or title that renders
them, never by the frame set itself.public enum SpinnerFrameSet
Fields
Default = 0- The four-step braille spinner used by default: ⠖ ⠲ ⠴ ⠦.
Dots6 = 1- A six-step braille rotation: ⠇ ⠋ ⠙ ⠸ ⠴ ⠦.
Dots8 = 2- An eight-step heavier braille rotation: ⡇ ⠏ ⠛ ⠹ ⢸ ⣰ ⣤ ⣆.
Line = 6- A classic four-step ASCII line spinner: | / — \.
Slide = 3- A four-step settling slide: ⠉ ⠒ ⠤ ⣀.
SlideBounce = 4- A six-step slide that bounces back: ⠉ ⠒ ⠤ ⣀ ⠤ ⠒.
Snake = 5- An eight-step two-column travelling braille snake.