jquery.smoothwheel icon indicating copy to clipboard operation
jquery.smoothwheel copied to clipboard

Cross browser smooth mouse wheel and trackpad scrolling

Results 21 jquery.smoothwheel issues
Sort by recently updated
recently updated
newest added

The effect produced by this script looks great! Unfortunately it creates some issues that makes it impossible to be used. 1. The active menu that smoothly scrolls to anchor points...

If I add in the html script `` it does not work anymore. :/

I am using your plugin on a project and I've encountered a bug where the scroll stops at ~100px higher than the body's bottom. Apparently, changing line 134 with: minScrollTop...

Doesn't play well with laptop trackpads or graphic tablets

I try jQuery( document ).ready(function() { jQuery('html').smoothWheel(); }); it works on Firefox, not on chrome, safari, ie.

I want to make 2 scrollable element ( and ). If you make $ ( "# one, #two").SmoothWheel () ; , the "one" is scrolled only element . if done...

The plugin is really great but I just can't get it work with a simple anchor menu that scrolls (smoothly with jquery) to the different part of a website. If...

https://jsfiddle.net/XombieMike/a4y5g44r/3/ I would like this script to run on my entire site, but the forum wrapper can't have a defined pixel height. Is there a way to use height:auto; or...

Add bower please :)