An animate: directive

interface AnimateDirective {
    end: number;
    expression: null | Expression;
    name: string;
    start: number;
    type: "AnimateDirective";
}

Hierarchy (View Summary)

Properties

end: number
expression: null | Expression

The y in animate:x={y}

name: string

The 'x' in animate:x

start: number
type: "AnimateDirective"