Scroll the viewport (by DeltaX / DeltaY pixels) or scroll a specific element into view (by Selector). At least one of the three should be supplied; a driver scrolls Selector into view when present, otherwise applies the deltas.
DeltaX
DeltaY
Selector
Optional
Horizontal scroll distance in pixels (positive = right).
Vertical scroll distance in pixels (positive = down).
Optional CSS selector to scroll into view instead of applying deltas.
Scroll the viewport (by
DeltaX/DeltaYpixels) or scroll a specific element into view (bySelector). At least one of the three should be supplied; a driver scrollsSelectorinto view when present, otherwise applies the deltas.