Signature
usePlaybackEffect(clipId: string, callbacks: { onEnter: (time: RationalTime) => void; onLeave: (time: RationalTime) => void; onUpdate: (time: RationalTime) => void }): voidParameters
| Name | Type | Description |
|---|---|---|
| clipId | string | The unique string ID of the target clip to track. |
| callbacks | { onEnter: (time: RationalTime) => void; onLeave: (time: RationalTime) => void; onUpdate: (time: RationalTime) => void } | Callback handlers triggered on transition crossings. |
Returns
void