scrollstopevent
v1.0.5
Published
Dispatch event notification when browser scrolling stops
Downloads
6
Maintainers
Readme
scrollstop
功能描述:当浏览器停止滚动时派发scrollstop事件,通过 window.addEventListener('scrollstop', ...);可以触发回调函数
description: When the browser stops scrolling, the scrollstop event is dispatched, and the callback function can be triggered through window.addEventListener('scrollstop', ...);
用法:import('scrollstopevent');
usage: import('scrollstopevent');
import 'scrollstopevent';
window.addEventListener('scrollstop', () => { console.log('scrollstop') }); // injected