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