🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another jQuery based smooth scroll script which smoothly scrolls the web page to a specific point/ID/anchor/DIV within the document.

scroll-to smooth-scroll

Documentation

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/


You May Also Like