Skip to content

textmode.synth.js / SynthSource / scrollX

Method: scrollX()

ts
scrollX(scrollX?, speed?): this;

Scroll coordinates in X direction.

Parameters

ParameterTypeDescription
scrollX?SynthParameterValueX scroll amount (default: 0.5)
speed?SynthParameterValueScroll speed (default: 0.0)

Returns

this

Example