I've been looking into scroll easing in jquery, however I cannot seem to get this to work. Edit: I cannot get the easing properties to work. The scrolling is still static when scrolling with the mousewheel.
$('.scroll-pane').jScrollPane({
animateScroll : true,
animateDuration : 1000,
animateEase : 'swing'
});
I'm testing this on FF16, here's a jsfiddle.
Thanks