WellScroller is a native JavaScript library for replacing the default browser scrollbar with momentum scrolling support.
Basic usage:
First you need to load the WellScroller at the bottom of the webpage for faster page loading.
Wrap your content into DIV elements like this:
The required CSS styles for the custom scrollbar.
Make the ‘scollbox’ scrollable.
Initialize the WellScroller.
Default configuration options.
The post Custom Scrollbar JavaScript Library – WellScroller appeared first on CSS Script.