I saw a nice scrolling effect on this website http://www.agileinfoways.com/ and would like to know how to implement. I have never seen it before and I do not know what it is even called. The scrolling is almost mimics a UIScrollView
on the iOS platform. Any advice on how to create this would be helpful. Thanks
This site using NiceScroll plugin for JQuery
Plugin GitHub page - https://github.com/inuyaksa/jquery.nicescroll
Initialization code from site, what you gave:
if (jQuery().niceScroll) {
$("html").niceScroll({
scrollspeed: 70,
mousescrollstep: 38,
cursorwidth: 15,
cursorborder: 0,
cursorcolor: '#464646',
cursorborderradius: 0,
autohidemode: false,
horizrailenabled: false
});
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With