1. What “SmoothScroll” Usually Refers to The name SmoothScroll is most often associated with JavaScript (or jQuery) libraries that replace the browser’s default instant jump‑to‑anchor behavior with a gentler, animated scroll. Popular implementations include:
<section id="section1" style="height:100vh; background:#f0f0f0;"> <h2>Section 1</h2> <p>Content …</p> </section>
<nav> <a href="#section1">Go to Section 1</a> | <a href="#section2">Go to Section 2</a> </nav>