Function: moveAlongPath()
moveAlongPath(
mobject,path,options?):MoveAlongPath
Defined in: animation/movement/MoveAlongPath.ts:208
Create a MoveAlongPath animation for a mobject.
Parameters
mobject
The mobject to move along the path
path
The VMobject path to follow
options?
Omit<MoveAlongPathOptions, "path">
Animation options (duration, rateFunc, rotateAlongPath)