Skip to content

textmode.synth.js / SynthSource / modulateScrollY

Method: modulateScrollY()

ts
modulateScrollY(
   source, 
   scrollY?, 
   speed?): this;

Modulate Y scroll using another source.

Parameters

ParameterTypeDescription
sourceSynthParameterValueModulation source
scrollY?SynthParameterValueY scroll amount (default: 0.5)
speed?SynthParameterValueScroll speed (default: 0.0)

Returns

this

Example