Site logo

Archived topic

scroll to element - ease in

3 replies · Started by Nicholas on September 14, 2021

Viewing posts 1–4 of 4

Hi There

I would like to have the button scroll to the section below on the same page when clicked, eased-in like scroll to elemtns, does the generate press have this functionality, please short video walkthrough in private section

Thanks, do you add the following in the functions.php:

add_filter( 'generate_smooth_scroll_duration', 'tu_smooth_scroll_duration' );
function tu_smooth_scroll_duration() {
return 800; // milliseconds
}

Only if you want to change the smooth scroll duration.

If you simply want to use the smooth scroll option then following the video should work.

This archived topic is closed to new replies.