Function: phaseFlow()
phaseFlow(
mobject,vectorField,options?):PhaseFlow
Defined in: animation/movement/Homotopy.ts:567
Create a PhaseFlow animation for a mobject.
Parameters
mobject
The mobject to flow
vectorField
The vector field function defining the flow
options?
Omit<PhaseFlowOptions, "vectorField">
Animation options (duration, rateFunc, virtualTime)