Type Alias AntiquumOps

AntiquumOps: AnimautomatonOps & {
    arcAnchor: Anchor;
    arcDelay: number;
    arcs: number;
    arcWidth: number;
    arcWidthDelta: number;
    innerBorder: Border | null;
    leadCap: Linecap | null;
    lineCap: Linecap;
    outerBorder: Border | null;
    radius: number;
    radiusDelta: number;
    rotations: number;
    tailCap: Linecap | null;
    tailDelay: number;
    trackColour: string | null;
}

Configurable properties able to be passed to the Antiquum constructor.

Superset of {AnimautomatonOps}.

See {Antiquum} class documentation for explanations.