Search code examples
jqueryperformancescrollto

jQuery scrollTo/localScroll Speed Control?


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


Solution

  • 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