Timeline Studio API Documentation - v0.26.0
    Preparing search index...

    Interface ElementAnimation

    interface ElementAnimation {
        animation_type: AnimationType;
        delay?: number;
        direction?: AnimationDirection;
        duration: number;
        easing?: AnimationEasing;
        id: string;
        properties?: Record<string, any>;
    }
    Index

    Properties

    animation_type: AnimationType
    delay?: number
    direction?: AnimationDirection
    duration: number
    id: string
    properties?: Record<string, any>