debounced-seeker
small utility function to move a cursor back and forward and trigger a callback after some time of inactivity.
Usage
var seeker = ; var seek = ; // cursor is 0 initialy ; // cursor: 1; // cursor: 2; // cursor: 3; // cursor: 2
Installation
npm install debounced-seeker
License
MIT