Function: applyComplexFunction()
applyComplexFunction(
mobject,func,options?):ApplyComplexFunction
Defined in: animation/transform/ApplyTransforms.ts:233
Create an ApplyComplexFunction animation.
Parameters
mobject
The Mobject to transform (VMobject or Group)
func
(z) => Complex
Complex function to apply: (z: Complex) => Complex
options?
Omit<ApplyComplexFunctionOptions, "func">
Animation options