SmoothScroll
JS plugin to add smooth scroll effect to your website.
Add Jquery and SmoothScroll to your website.
How to add?
- Copy and paste the below to lines to your HTML code
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://shahi9935.github.io/Smooth-Scroll/smoothScroll.js"></script>
- Add class of "sscroll" to the anchor tags on which you want to perform SmoothScroll on clicking.
See example at https://shahi9935.github.io/Smooth-Scroll/