jquery.smoothwheel
jquery.smoothwheel copied to clipboard
How to make it work on main scroll ?
I try jQuery( document ).ready(function() { jQuery('html').smoothWheel(); });
it works on Firefox, not on chrome, safari, ie.
I found a solution here : https://github.com/fatlinesofcode/jquery.smoothwheel/issues/6
It seems to work...