Tagged: adjust, transition
Hi team,
a potential client is very particular about page transition speeds. When you open a link, reload the page, jump from section to section per anchorlink.
Is it possible to adjust these transition/fade speeds in the code? E.g. when you hit an anchor link and jump to another section? How would I reduce the speed?
Thanks,
Jan :)
Hi Jan!
Try line 796 in the /enfold/js/avia.js file.
duration= data.duration || 1200,
The 1200 value is in milliseconds so 1200 = 1.2 seconds.
Best regards,
Elliott