Interface: ContinuousMotionOptions
Defined in: mobjects/graphing/VectorField.ts:498
Options for continuous streaming animation on StreamLines
Properties
flowSpeed?
optionalflowSpeed:number
Defined in: mobjects/graphing/VectorField.ts:502
Flow speed multiplier. Default: 1
rateFunc()?
optionalrateFunc: (t) =>number
Defined in: mobjects/graphing/VectorField.ts:506
Rate function for opacity within the window. Default: linear
Parameters
t
number
Returns
number
timeWidth?
optionaltimeWidth:number
Defined in: mobjects/graphing/VectorField.ts:504
Width of the visible window (0-1 fraction of total path). Default: 0.3
warmUp?
optionalwarmUp:boolean
Defined in: mobjects/graphing/VectorField.ts:500
Whether to warm up (initialize with randomized phases). Default: true