jQuery scrollTo/localScroll Speed Control?

corysimmons picture corysimmons · Jul 3, 2010 · Viewed 8k times · Source

I am making a vertically scrolling site, but localScroll is flying by way too fast. Is there a way to control it's speed?

Answer

Doug Neiner picture Doug Neiner · Jul 3, 2010

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