Function: applyFunction()
applyFunction(
mobject,func,options?):ApplyFunction
Defined in: animation/transform/ApplyTransforms.ts:130
Create an ApplyFunction animation.
Parameters
mobject
The Mobject to transform (VMobject or Group)
func
(point) => number[]
Function to apply to each point [x, y, z] => [x', y', z']
options?
Omit<ApplyFunctionOptions, "func">
Animation options