Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hotchemi/scroll-to

simple scroll jquery plugin.
https://github.com/hotchemi/scroll-to

Last synced: about 1 month ago
JSON representation

simple scroll jquery plugin.

Awesome Lists containing this project

README

        

# scroll-to [![Build Status](https://secure.travis-ci.org/hotchemi/scroll-to.png)](http://travis-ci.org/hotchemi/scroll-to)
simple scroll jquery plugin.

## Getting Started
Download the [production version][min] or the [development version][max].

[min]: https://raw.github.com/hotchemi/scroll-to/master/dist/scroll-to.min.js
[max]: https://raw.github.com/hotchemi/scroll-to/master/dist/scroll-to.js

In your web page:

```html

$(function() {
$('.scrollTo').scrollTo();
});

```

## Documentation
_(Coming soon)_

## Examples
_(Coming soon)_

## Release History
_(Nothing yet)_