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
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