I am making a vertically scrolling site, but localScroll is flying by way too fast. Is there a way to control it's speed?
When you initialize localScroll, be sure to pass in duration:
$.localScroll({ duration: 500 });
On the help page for localScroll
it specifies that you can additionally use all the options from scrollTo