ActivationClipOptions: {
    duration: number;
    easeIn?: number;
    easeOut?: number;
    start?: number;
}

Options for an activation clip in the timeline builder

Type declaration

  • duration: number

    Duration of the clip in seconds (required)

  • OptionaleaseIn?: number

    Ease-in duration in seconds (default: 0)

  • OptionaleaseOut?: number

    Ease-out duration in seconds (default: 0)

  • Optionalstart?: number

    Start time of the clip in seconds. If omitted, placed after the previous clip on this track.