Type Alias AnimautomatonOps
AnimautomatonOps: { backgroundColour: string | null; canvasHeight: number; canvasWidth: number; colours: string[]; currIteration: number; currProgress: number; customTimingFunction: ((offset?: number) => number); cycleDuration_ms: number; drawStyle: DrawStyle; fps: number; lastProgress: number; nIterations: number; opacity: number; opacityDelta: number; paused: boolean; rest: number; timingFunction: TimingFunction; }
Configurable properties able to be passed to all Animautomaton constructors.
See {Animautomaton} class documentation for explanations.