Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hotchemi/scroll-to
- Owner: hotchemi
- License: gpl-2.0
- Created: 2013-02-17T13:04:25.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-25T06:12:59.000Z (almost 12 years ago)
- Last Synced: 2024-10-14T12:43:25.973Z (3 months ago)
- Language: JavaScript
- Size: 196 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE-GPL
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.jsIn your web page:
```html
$(function() {
$('.scrollTo').scrollTo();
});```
## Documentation
_(Coming soon)_## Examples
_(Coming soon)_## Release History
_(Nothing yet)_