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

smoothScroll is a lightweight jQuery plugin which enables your users to smoothly scroll the whole webpage with configurable animations.

smooth-scroll

Documentation

smoothScroll

Smooth Scroll with Jquery

Install :

<script src="../src/jquery.min.js"></script>
<script src="../src/smoothScroll.js"></script> 

Be carefull Jquery file must be declare before smmothScroll. if you have already declare jquery file then add only smoothScroll.js file

<script src="../src/smoothScroll.js"></script>

after link smoothScroll /For scrolling body width Animation/

<script type="text/javascript"> $('html,body').smoothScroll({ stepAmount : 80, speed : 800 }); </script>

You May Also Like