You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 timesomeElementThatScrolls.addEventListener('scrollend',event=>{console.log('scroll has ended');});
About
grab and go polyfill functions for web scroll features