element-scroll-polyfill

1.0.1 • Public • Published

element-scroll-polyfill

npm npm bundle size (minified)

A minimal polyfill for Element scroll extensions. Mostly meant for Microsoft IE/Edge.

Implements the following methods if not present natively, in compliance with the W3C Editor's Draft (2018-10-24):

Does not implement ScrollBehavior, the ScrollToOptions.behavior parameter is ignored.

Install

$ npm install --save element-scroll-polyfill

Usage

Pick your favorite:

require("element-scroll-polyfill");
import 'element-scroll-polyfill';

/element-scroll-polyfill/

    Package Sidebar

    Install

    npm i element-scroll-polyfill

    Weekly Downloads

    7,211

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    7.33 kB

    Total Files

    4

    Last publish

    Collaborators

    • idmadj