startScroll
Deprecated
Use getCurrX directly.
Start scrolling by providing a starting point and the distance to travel. The scroll will use the default value of 250 milliseconds for the duration.
Parameters
Starting horizontal scroll offset in pixels. Positive numbers will scroll the content to the left.
Starting vertical scroll offset in pixels. Positive numbers will scroll the content up.
Horizontal distance to travel. Positive numbers will scroll the content to the left.
Vertical distance to travel. Positive numbers will scroll the content up.
Deprecated
Use startScroll directly.
Start scrolling by providing a starting point and the distance to travel.
Parameters
Starting horizontal scroll offset in pixels. Positive numbers will scroll the content to the left.
Starting vertical scroll offset in pixels. Positive numbers will scroll the content up.
Horizontal distance to travel. Positive numbers will scroll the content to the left.
Vertical distance to travel. Positive numbers will scroll the content up.
Duration of the scroll in milliseconds.