This is from nicescrolls website:
mousescrollstep - scrolling speed with mouse wheel, default value is 40 (pixel)
So when I want to make it 5 scrolls for a user to scroll through a 1080px div I do 1080/5 right, which is 216px.
But when I make
$('body').niceScroll({
mousescrollstep: 216,
})
It scrolls 400 on google chrome