Hi, I use Color Section ID to scroll to section when a link is clicked. Is it possible to slow the speed of the scroll and make it smoother (currently ease slow-fast-slow).
Thanks
Steven
Hi Steven!
Try opening up /enfold/js/avia.js and change line 726 from this.
duration= data.duration || 1200,
To this.
duration= 3000,
Regards,
Elliott
Hi Elliott, thanks for the information, I can also see the ease settings on the next line.
Cheers
Steven