Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27515

    Hi

    I’m working on new wersion of my website using Enfold theme. (early beta here: http://n.mediology.pl/homepage/ ) I’d like it to be pseudo “single page” where menu buttons scroll main page to the right section. And all of it working well but – and this is my question – I want it to scroll slower then now. Where I can find right function for control scrolling speed? :)

    Thx

    Maciek

    #134272

    Hi,

    Edit js > avia.js, find this code under smoothscroll function:

    var target = container.offset().top - fixedMainPadding,
    oldLocation=window.location.href.replace(window.location.hash, ''),
    newLocation=this,
    duration= data.duration || 800,
    easing= data.easing || 'easeOutQuint';

    Set duration= data.duration || with a higher value like 8000.

    Regards,

    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘q about scroll speed’ is closed to new replies.