Interface ITimelineCallbacksMap

Maps event types to their callback parameter types.

interface ITimelineCallbacksMap {
    destroy: undefined;
    end: undefined;
    props: undefined;
    start: undefined;
    update: ITimelineProgressArg;
}

Hierarchy (View Summary)

Properties

destroy: undefined

Triggered when the module is destroyed.

end: undefined

Triggered when the timeline completes.

props: undefined

Triggered when the module's properties are updated.

start: undefined

Triggered when the timeline starts.

Triggered during timeline updates with progress values.