I am creating a basic site. I have the nav bar mostly complete, and the links take users to different sections on the same page. Right now, when the link is clicked, the page instantly jumps to that location. How would I implement a smooth transition across the page? Also, how would I more precisely control exactly where the user is taken. What if I want the user to be taken 50 pixels above where the link is? I would want my nav to have similar functionality to this site here:
I have a subscription to TeamTreeHouse.com. I don’t know if they have a usefull course on this. Most youtube videos i’ve tried looking up all show the basics of how to make a navbar, not the kind of stuff I’m asking about here.