Skip to main content

Interface: MoveAlongPathOptions

Defined in: animation/movement/MoveAlongPath.ts:10

Extends

Properties

duration?

optional duration: number

Defined in: animation/Animation.ts:14

Duration of the animation in seconds (default: 1)

Inherited from

AnimationOptions.duration


path

path: VMobject

Defined in: animation/movement/MoveAlongPath.ts:12

The path to follow (VMobject)


rateFunc?

optional rateFunc: RateFunction

Defined in: animation/Animation.ts:16

Rate function controlling the animation's pacing (default: smooth)

Inherited from

AnimationOptions.rateFunc


rotateAlongPath?

optional rotateAlongPath: boolean

Defined in: animation/movement/MoveAlongPath.ts:14

Whether to orient the mobject tangent to the path, default false


shift?

optional shift: [number, number, number]

Defined in: animation/Animation.ts:18

Shift direction for fade animations

Inherited from

AnimationOptions.shift