Enum SpinnerStyle
Animation style for Spinner. Pick the frame set that matches your aesthetic — Pipe is the classic ASCII rotator and works on every terminal; the unicode variants ( Braille, Block, Arc) silently fall back to Pipe on terminals without unicode output.
public enum SpinnerStyle
Fields
Pipe = 0Classic ASCII rotator:
|/-</code>. Default.Dots = 1Three trailing dots:
....... Pure ASCII.Braille = 2Smooth 10-frame braille spinner. Requires unicode.
Block = 3Four-corner quarter block. Requires unicode.
Arc = 4Rotating arc made of unicode quarter-circle glyphs. Requires unicode.