Function: complexHomotopy()
complexHomotopy(
mobject,complexFunc,options?):ComplexHomotopy
Defined in: animation/movement/Homotopy.ts:539
Create a ComplexHomotopy animation for a mobject.
Parameters
mobject
The mobject to transform
complexFunc
The complex homotopy function (z, t) => z'
options?
Omit<ComplexHomotopyOptions, "complexFunc">
Animation options (duration, rateFunc)