1. Scroll methods on elements (scroll, scrollTo, scrollBy)

    Methods to change the scroll position of an element. Similar to setting `scrollTop` & `scrollLeft` properties, but also allows options to be passed to define the scroll behavior.

  2. element api: scrollto

  3. element api: scrolltop

  4. element api: scrolltopmax

  5. element api: scrollto: `options.behavior` parameter

  6. element api: scrollto: `options.left` parameter

  7. element api: scrollto: `options.top` parameter

  8. window api: scrollto

  9. window api: scrollto: `options.behavior` parameter

  10. window api: scrollto: `options.left` parameter

  11. window api: scrollto: `options.top` parameter