Archived topic
scroll to element - ease in
3 replies · Started by Nicholas on September 14, 2021
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
Hi there,
This should help:
https://docs.generatepress.com/article/smooth-scroll/
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.