Scroll smoothly to the bottom of the page

Just wanted to add to this discussion that I found the smooth scroll not working on a few browsers. I added an “s” to the link below and it started to work.

OLD
http://code.jquery.com/jquery-2.0.3.min.js

NEW
https://code.jquery.com/jquery-2.0.3.min.js

2 Likes

I just wanted to add something. I know it’s 3 years old but someone might still need help with it. If you get the button to work, but it “snaps” into place instead of smooth scrolling, the same happened to me, all day. Until I went to the “Scene Inspector” and “On Layout Load” near the bottom, select “On Load” and “Run Javascript”, then select the “Smoothscroller” script. NOW, everything scrolls smoothly! You guys may have been saying the same thing but in loosely phrased programming speak and I could not get it. But I finally did. So here it is if it helps one person.

2 Likes

Thanks :slight_smile:

1 Like