Skip to content

Instantly share code, notes, and snippets.

View KilianSSL's full-sized avatar

Kilian Schefer KilianSSL

View GitHub Profile
@KilianSSL
KilianSSL / README.md
Last active May 15, 2023 15:38 — forked from hsablonniere/README.md
scrollIntoViewIfNeeded 4 everyone!!!

element.scrollIntoViewIfNeeded Polyfill for everyone

This gist provides a simple JavaScript implementation of the non-standard WebKit method scrollIntoViewIfNeeded that can be called on DOM elements.

Install

npm install element.scrollintoviewifneeded-polyfill

Usage