ef-composition-thumbnail-strip
This element is a nested-composition filmstrip.
This element is a nested-composition filmstrip.
Attributes
| Attribute | React prop | Type | Default | Description |
|---|---|---|---|---|
duration | duration | number | — | Trimmed clip duration in seconds, used to lay out thumbnail slots. |
height | height | number | — | Height of the strip in pixels (defaults to the element's rendered height, or 32). |
pixels-per-second | pixelsPerSecond | number | 100 | Zoom level — pixels rendered per second of composition time. |
scroll-left | scrollLeftInClip | number | — | Clip-local scroll offset of the timeline viewport's left edge. |
thumbnail-spacing-px | thumbnailSpacingPx | number | — | Minimum spacing between thumbnails in pixels (defaults to {@link thumbnailWidth}). |
thumbnail-width | thumbnailWidth | number | — | Width of each thumbnail in pixels (defaults to a value derived from {@link height}). |
viewport-width | viewportWidth | number | — | Visible viewport width in pixels, used to virtualize thumbnail generation. |
CSS Parts
| Part | Description |
|---|---|
canvas | This part is the canvas that renders the filmstrip. |