Properties
Property | Type | Default | Description |
---|---|---|---|
id | string | uuid() | A unique identifier for the clip. |
duration | number | 5 | The length of the clip in seconds. |
durationLock | boolean | false | A boolean indicating whether the duration is locked or can be adjusted in the editor. |
transition | string | none | The type of transition effect when moving to the next clip(e.g., none , fade , wipe , flip , slide , clock ) |
elements | array | [] | An array of Element objects contained within the clip |
audios | array | [] | An array of AudioPlay objects for audio tracks in the clip |
background | object | null | Optional background settings for the clip, which can override the project’s theme |