scrollyfills
v1.0.4
Published
<br>
Readme
ScrollyFills
Various importable functions to assist in polyfilling specced scroll features
Polyfills
scrollend
npm i scrollyfills
import 'scrollyfills';
// use the new event as if it's been there the whole time
someElementThatScrolls.addEventListener('scrollend', event => {
console.log('scroll has ended');
});