Skip to main content

Interface: ContinuousMotionOptions

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

Options for continuous streaming animation on StreamLines

Properties

flowSpeed?

optional flowSpeed: number

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

Flow speed multiplier. Default: 1


rateFunc()?

optional rateFunc: (t) => number

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

Rate function for opacity within the window. Default: linear

Parameters

t

number

Returns

number


timeWidth?

optional timeWidth: number

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

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


warmUp?

optional warmUp: boolean

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

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