scroll method

void scroll([
  1. JSAny optionsOrX,
  2. num y
])

The Window.scroll() method scrolls the window to a particular place in the document.

Implementation

external void scroll([
  JSAny optionsOrX,
  num y,
]);