scrollyfills

1.0.1 • Public • Published

ScrollyFills

Various importable functions to assist in polyfilling specced scroll features


Polyfills

scrollend

npm i -D scrollyfills

import {scrollend} from 'scrollyfills';

// use the new event as if it's been there the whole time
someElementThatScrolls.addEventListener('scrollend', event => {
  console.log('scroll has ended');
});

Dependents (0)

Package Sidebar

Install

npm i scrollyfills

Weekly Downloads

2,707

Version

1.0.1

License

ISC

Unpacked Size

33.6 kB

Total Files

13

Last publish

Collaborators

  • argyleink