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

    Interface Transition

    interface Transition {
        category?: TransitionCategory;
        complexity?: TransitionComplexity;
        description?: Record<string, string>;
        duration: TransitionDuration;
        ffmpeg_command?: string;
        from_clip_id: string;
        id: string;
        labels?: Record<string, string>;
        name: string;
        parameters: Record<string, EffectParameter>;
        preview_path?: string;
        start_time: number;
        tags: TransitionTag[];
        to_clip_id: string;
        transition_type: string;
    }
    Index

    Properties

    description?: Record<string, string>
    ffmpeg_command?: string
    from_clip_id: string
    id: string
    labels?: Record<string, string>
    name: string
    parameters: Record<string, EffectParameter>
    preview_path?: string
    start_time: number
    to_clip_id: string
    transition_type: string