scroll method

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

The scroll() method of the Element interface scrolls the element to a particular set of coordinates inside a given element.

Implementation

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