-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.3.0 compatible with scrollTo 2.0 and above
- Loading branch information
Showing
8 changed files
with
144 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,7 @@ | ||
1.3.0 | ||
[Compat] | ||
- Updated to work with jQuery.scrollTo 2.0 | ||
|
||
1.2.4.1 | ||
[Misc] | ||
- Using $.isNumeric instead of isNaN | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,25 @@ | ||
# jQuery.SerialScroll | ||
|
||
### Installation and usage | ||
|
||
Using [bower](https://github.com/twitter/bower): | ||
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 | ||
``` | ||
|
||
### Downloading Manually | ||
|
||
If you want the latest stable version, get the latest release from the [releases page](https://github.com/flesler/jquery.serialScroll/releases). | ||
|
||
### Notes | ||
### 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. | ||
|
||
* The plugin requires jQuery.ScrollTo. http://github.com/flesler/jquery.scrollTo | ||
### 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. | ||
* 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. | ||
* Most of this plugin's defaults, belong to jQuery.scrollTo, check it's demo for an example of each option. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.