The Window.scrollBy() method scrolls the document in the window by the given amount.
Window.scrollBy()
external void scrollBy([ JSAny optionsOrX, num y, ]);