(JS) Scroll animation with custom jScrollPane plugin
By Thibaut Despoulain, posted Oct 8, 2011 in Code
jScrollPane is a jQuery plugin written by Kelvin Luck that "converts a browser's default scrollbars into an HTML structure which can be easily skinned with CSS". It is a great peace of code I had the opportunity to work on during my recent projects, but it still lacks a bit of fanciness, particularly on scrolling animations.
This is why I came up with this custom version of the plugin, adding support for mousewheel and keyboard scroll animations.