scrollIntoView
Scroll element into viewport (MDN Reference).
Usage#
Parameters#
| Name | Type | Details |
|---|---|---|
| scrollIntoViewOptions optional | object, boolean | options for Element.scrollIntoView() (default: true) |
Example#
scrollIntoView.js
Scroll element into viewport (MDN Reference).
| Name | Type | Details |
|---|---|---|
| scrollIntoViewOptions optional | object, boolean | options for Element.scrollIntoView() (default: true) |