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');
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    941
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    941
  • 1.0.0
    1,531
  • 0.0.6
    0

Package Sidebar

Install

npm i scrollyfills

Weekly Downloads

1,991

Version

1.0.1

License

ISC

Unpacked Size

33.6 kB

Total Files

13

Last publish

Collaborators

  • argyleink