Skip to content

Jquery plugin to make mouse wheel smooth scroll

Notifications You must be signed in to change notification settings

CaptJiggly/easeScroll

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

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
});

About

Jquery plugin to make mouse wheel smooth scroll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published