Skip to main content

Function: smoothedVectorizedHomotopy()

smoothedVectorizedHomotopy(mobject, homotopyFunc, options?): SmoothedVectorizedHomotopy

Defined in: animation/movement/Homotopy.ts:553

Create a SmoothedVectorizedHomotopy animation for a VMobject.

Parameters

mobject

VMobject

The VMobject to transform

homotopyFunc

HomotopyFunction

The homotopy function (x, y, z, t) => [x', y', z']

options?

Omit<SmoothedVectorizedHomotopyOptions, "homotopyFunc">

Animation options (duration, rateFunc)

Returns

SmoothedVectorizedHomotopy