Function: transform()
transform(
mobject,target,options?):Transform
Defined in: animation/transform/Transform.ts:309
Create a Transform animation that morphs one mobject into another.
Parameters
mobject
The source mobject
target
The target mobject to transform into
options?
Animation options (duration, rateFunc)