@motion-script/core / Steppable
Interface: Steppable
Defined in: tween/stepper.ts:31
Implemented by objects that can produce a TweenStepper instead of (or in addition to) a FrameGenerator. parallel checks for this interface and prefers the stepper path when available.
Methods
_stepper()
_stepper():
TweenStepper
Defined in: tween/stepper.ts:33
Return a fresh stepper for a single playthrough of this animation.