Appearance
Scrolls the page to a specific position.
I.scrollTo(x: number, y: number)
x
number
y
I.scrollTo(0, 500)
Scrolls the page to the (0, 500) coordinate.