Skip to content

dmitrykuzmenkov/scroll-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

scroll-handler

Smooth scroll handler

Install

Use npm to install just run

npm install scroll-handler

Usage

var sh = require('scroll-handler');
sh({
  // Execute on start scrolling
  start: function(e, top) {
    console.log('Event', e, 'Scroll top', top);
  },
  // Execute on stop scrolling
  stop: ...
  // Execute periodicaly
  interval: ...
});

Releases

No releases published

Packages

No packages published