An open API service indexing awesome lists of open source software.

https://github.com/zeecoder/clam-scroller

[ABANDONED] Clam scroller module.
https://github.com/zeecoder/clam-scroller

Last synced: 5 months ago
JSON representation

[ABANDONED] Clam scroller module.

Awesome Lists containing this project

README

          

# Clam Scroller
[![Project Status](http://stillmaintained.com/ZeeCoder/clam-scroller.png)](http://stillmaintained.com/ZeeCoder/clam-scroller)

To test: clone, and visit the `web/` folder.

Installation: `bower install clam-scroller --save-dev`

Requiring: `var clam_scroller = require('clam-scroller/module/scroller');`

Example HTML:
```html

Scroll the body to the DOM element with the "target" ID.

```