This site uses the NiceScroll plugin for jQuery
GitHub plugin page - https://github.com/inuyaksa/jquery.nicescroll
The initialization code from the site that you gave:
if (jQuery().niceScroll) {
$("html").niceScroll({
scrollspeed: 70,
mousescrollstep: 38,
cursorwidth: 15,
cursorborder: 0,
cursorcolor: '#464646',
cursorborderradius: 0,
autohidemode: false,
horizrailenabled: false
});
}
source
share