Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Smooth scrolling easing effect with mouse wheel [closed]

I recently came across this website http://www.ascensionlatorre.com/home, and I love the way the mouse wheel scrolling works - the easing is very smooth.

I have been searching Google but I can't find anything similar.

Does anybody have any suggestions on how to replicate this effect with jQuery?

like image 888
idbranding Avatar asked Feb 04 '12 16:02

idbranding


People also ask

How does smooth scrolling work?

Smooth scrolling is also useful with keyboard shortcuts. When this feature is enabled, pressing the Page Down button won't just jump directly down one page. With smooth scrolling, it slides down smoothly, so you can see how much it scrolls.


1 Answers

I recently came across this issue as well and I wasn't finding a lot of support for it, so I quickly forgot about the problem. A few months later I saw a better example of the smooth scrolling so I went in and dug around the JavaScript files they were using and I found that they were using a jQuery file called NiceScroll.

I believe this is what we've both been looking for- simple smooth scrolling for divs, iframes or whatever, much like the iOS scrolling.

http://areaaperta.com/nicescroll/

like image 182
Dylan Avatar answered Sep 30 '22 12:09

Dylan