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

easeScroll is a jQuery plugin which provides a configurable smooth scrolling experience when the users scroll up/down the webpage with mouse wheel, keyboard and touch pad.

smooth-scroll scrolling

Documentation

easeScroll

Jquery plugin to make mouse wheel smooth scroll

This plugin make the html element scrollable with smooth.

Install and init

<script type="text/javascript" src="/path/to/src/jquery.easeScroll.js"></script>

Basic initialization:

$("html").easeScroll();

Custom options:

$("html").easeScroll({   frameRate: 60,   animationTime: 1000,   stepSize: 120,   pulseAlgorithm: !0,   pulseScale: 8,   pulseNormalize: 1,   accelerationDelta: 20,   accelerationMax: 1,   keyboardSupport: !0,   arrowScroll: 50 }); 

You May Also Like