# jQuery.SerialScroll ### Installation and usage Using [bower](https://github.com/twitter/bower): ```bash bower install jquery.serialScroll ``` ### Notes * The plugin requires jQuery.ScrollTo. http://github.com/flesler/jquery.scrollTo * 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.