Skip to main content

Interface: ContinuousMotionOptions

Defined in: mobjects/graphing/VectorField.ts:501

Options for continuous streaming animation on StreamLines

Properties

flowSpeed?

optional flowSpeed: number

Defined in: mobjects/graphing/VectorField.ts:505

Flow speed multiplier. Default: 1


rateFunc()?

optional rateFunc: (t) => number

Defined in: mobjects/graphing/VectorField.ts:509

Rate function for opacity within the window. Default: linear

Parameters

t

number

Returns

number


timeWidth?

optional timeWidth: number

Defined in: mobjects/graphing/VectorField.ts:507

Width of the visible window (0-1 fraction of total path). Default: 0.3


warmUp?

optional warmUp: boolean

Defined in: mobjects/graphing/VectorField.ts:503

Whether to warm up (initialize with randomized phases). Default: true