@jimka/typescript-ui / component/display / GlyphAnimation
Type Alias: GlyphAnimation
ts
type GlyphAnimation = "spin" | "pulse" | "beat";Defined in: src/typescript/lib/component/display/Glyph.ts:29
Named animation kinds supported by Glyph.setAnimated.
spin— continuous 360 degree rotate. Loading and refresh affordances.pulse— 8-step rotate. Mechanical, faux-loading tick.beat— transform-scale pulse. Notification dots and attention nudges.
Mirrors FontAwesome's fa-spin / fa-pulse / fa-beat vocabulary.