Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flesler/jquery.serialscroll
Animated scrolling of series with jQuery
https://github.com/flesler/jquery.serialscroll
Last synced: 6 days ago
JSON representation
Animated scrolling of series with jQuery
- Host: GitHub
- URL: https://github.com/flesler/jquery.serialscroll
- Owner: flesler
- License: mit
- Created: 2012-06-10T18:14:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T19:41:40.000Z (almost 4 years ago)
- Last Synced: 2024-12-07T12:11:44.515Z (15 days ago)
- Language: JavaScript
- Homepage: http://demos.flesler.com/jquery/serialScroll/
- Size: 40 KB
- Stars: 181
- Watchers: 22
- Forks: 56
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
Awesome Lists containing this project
README
### Installation and usage
Via [bower](https://github.com/twitter/bower):
```bash
bower install jquery.serialScroll
```
Via [npm](https://www.npmjs.com/package/jquery.serialscroll):
```bash
npm install jquery.serialscroll
```### Using a public CDN
CDN provided by [jsdelivr](http://www.jsdelivr.com/#!jquery.serialscroll)
```html```
### Downloading Manually
If you want the latest stable version, get the latest release from the [releases page](https://github.com/flesler/jquery.serialScroll/releases).
### jQuery.scrollTo
This plugin requires [jQuery.scrollTo](http://github.com/flesler/jquery.scrollTo).
In order to use jQuery.scrollTo 2.0 you need to update jQuery.localScroll to 1.3.0 and above.### Notes
* The hash of settings is passed in to jQuery.scrollTo, so, in addition to jQuery.localScroll's settings, you can use any of jQuery.scrollTo's. Check that plugin's documentation for further information.
* Most of this plugin's defaults, belong to jQuery.scrollTo, check it's demo for an example of each option.