MotionScript

@motion-script/core


@motion-script/core / SeekCancel

Type Alias: SeekCancel

SeekCancel = () => boolean

Defined in: runtime/state-evaluator.ts:25

Returns true when the in-progress seek has been superseded and the replay loop should stop. Checked between advanced frames so a slow backward seek (which replays from frame 0) can be abandoned the moment a newer seek arrives.

Returns

boolean