svelte-ast-print - v1.0.0
    Preparing search index...

    An animate: directive

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

    Hierarchy

    • BaseNode
      • AnimateDirective
    Index

    Properties

    end?: number
    expression: null | Expression

    The y in animate:x={y}

    name: string

    The 'x' in animate:x

    start?: number
    type: "AnimateDirective"