Hierarchy

  • IAnimatedLoaderProps

Properties

Properties

active: boolean

Should the loader currently be shown? If false, the loader is not displayed. If true, the loader is displayed.

color?: string

Optional SVG color. Defaults to white.

size?: number

Optional control size in pixels. Defaults to 40.

x: number

Control x-coordinate. Negative values are offset from the right.

y: number

Control y-coordinate. Negative values are offset from the bottom.

Generated using TypeDoc