textmode.synth.js / SynthSource / scrollY
Method: scrollY()
ts
scrollY(scrollY?, speed?): this;Scroll coordinates in Y direction.
Parameters
| Parameter | Type | Description |
|---|---|---|
scrollY? | SynthParameterValue | Y scroll amount (default: 0.5) |
speed? | SynthParameterValue | Scroll speed (default: 0.0) |
Returns
this