1.0.5 • Published 3 years ago

scrollstopevent v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

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
1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago