argyleink / scrollyfills

grab and go polyfill functions for web scroll features

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

grab and go polyfill functions for web scroll features


Languages

Language:JavaScript 100.0%