Interface: MoveAlongPathOptions
Defined in: animation/movement/MoveAlongPath.ts:10
Extends
Properties
duration?
optionalduration:number
Defined in: animation/Animation.ts:14
Duration of the animation in seconds (default: 1)
Inherited from
path
path:
VMobject
Defined in: animation/movement/MoveAlongPath.ts:12
The path to follow (VMobject)
rateFunc?
optionalrateFunc:RateFunction
Defined in: animation/Animation.ts:16
Rate function controlling the animation's pacing (default: smooth)
Inherited from
rotateAlongPath?
optionalrotateAlongPath:boolean
Defined in: animation/movement/MoveAlongPath.ts:14
Whether to orient the mobject tangent to the path, default false
shift?
optionalshift: [number,number,number]
Defined in: animation/Animation.ts:18
Shift direction for fade animations