I've been trying have a button so that when clicked, it will move to another part of the page. As of now, I've used:
button onClick="document.getElementById('one').scrollIntoView();"
with the <> of course. However rather than sliding smoothly, it jumped straight to it.
I was wondering if there was anyway to do so with either HTML, CSS or Javascript?