http://github.com/withassociates/autoscroll.js
Simplest possible autoscrolling library. Creates a top-level instance to start/stop the behaviour.
window.autoscroll.start();
window.autoscroll.stop();
window.autoscroll.interval = 1000 / 60
window.autoscroll.threshold = 50
window.autoscroll.velocity = 2
window.autoscroll.acceleration = 0.01
- jQuery ~> 1.5.2
Licensed under the terms of the MIT license.