Signature
Interface UseTimelineResultProperties
| Name | Signature | Description |
|---|---|---|
engine | engine: TimelineEngine | Shared engine instance that owns timeline state and commands. |
state | state: TimelineState | React-rendered snapshot of the current timeline state. |
Engine and synchronized state returned by useTimeline.
Interface UseTimelineResult| Name | Signature | Description |
|---|---|---|
engine | engine: TimelineEngine | Shared engine instance that owns timeline state and commands. |
state | state: TimelineState | React-rendered snapshot of the current timeline state. |