Home › Forums › Support › Smooth scroll speed This topic has 3 replies, 2 voices, and was last updated 3 years, 6 months ago by David. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts February 25, 2022 at 8:45 am #2133597 Olle Hi I use this for trying to speed up the “general” smooth scroll effect. add_filter( ‘generate_smooth_scroll_duration’, ‘tu_smooth_scroll_duration’ ); function tu_smooth_scroll_duration() { return 800; // milliseconds } But whatever I do it seem to be the same speed. Check out. https://olle.dyndns-ip.com/luftskeppet/ its set to return 100; // milliseconds Seems the same as return 800; // milliseconds What to do? February 25, 2022 at 9:08 am #2133625 DavidStaff Customer Support Hi there, what happens if you temporarily disable the Smooth Scroll in Customizer > General ? Just wondering whether Beaver Builder is adding smooth scroll to. February 26, 2022 at 4:30 am #2134299 Olle Hi Yes you are right! BB is adding the smooth scroll automatically and it can’t be turned off globally. So I had to turn of the GP smooth scroll. Thank you. Olle February 26, 2022 at 6:08 am #2134369 DavidStaff Customer Support Yeah thats a pain – i am not sure why they haven added a filter to remove it. Glad to hear you found the issue. Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In