UNPKG

scroll-trigger

Version:
19 lines (13 loc) 384 B
# Scroll Trigger ## Usage var scrollTrigger = require('scroll-trigger'); /** * 1000 milliseconds wait for execute next scroll action * 200 tolerance for execute function */ scrollTrigger(1000, 200, function() { console.log('user scroll'); }); ## More info [scroll](http://api.jquery.com/scroll/) [throttle](http://underscorejs.org/#throttle)