Skip to content

UpdateTransition

UpdateTransition = object

Defined in: events.ts:998

How a mid-video overlay update animates from the previous state to the new one. Absent transition (or durationMs: 0) means an instant switch.

durationMs: number

Defined in: events.ts:1000

Animation length in milliseconds. 0 = instant.


easing: Easing

Defined in: events.ts:1001