1.0.3 • Published 10 months ago

scrollyfills v1.0.3

Weekly downloads
-
License
ISC
Repository
github
Last release
10 months ago

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

10 months ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

2 years ago

0.0.6

2 years ago