Function: smoothedVectorizedHomotopy()
smoothedVectorizedHomotopy(
mobject,homotopyFunc,options?):SmoothedVectorizedHomotopy
Defined in: animation/movement/Homotopy.ts:553
Create a SmoothedVectorizedHomotopy animation for a VMobject.
Parameters
mobject
The VMobject to transform
homotopyFunc
The homotopy function (x, y, z, t) => [x', y', z']
options?
Omit<SmoothedVectorizedHomotopyOptions, "homotopyFunc">
Animation options (duration, rateFunc)