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