<div id="box"></div>
const element = document.querySelector("#box"); element.scrollIntoView({ behavior: "smooth" });