JQuery Dragging and Scrolling with Easing

youare picture youare · Feb 25, 2013 · Viewed 12.5k times · Source

Does anyone know of any script JQuery or other to Drag and Scroll with easing?

I have found various scripts to scroll smoothly with easing, or drag smoothly with easing. But the scripts that scroll and drag all seem to not include easing. Here are some examples:

Utterscroll
https://github.com/debiki/utterscroll

DragOn
http://dragon.deparadox.com/

DragScrollable
http://hitconsultants.com/dragscroll_scrollsync/scrollpane.html http://hitconsultants.com/dragscroll_scrollsync/scrollsync.js http://hitconsultants.com/dragscroll_scrollsync/dragscrollable.js

If anyone knows of a dragging-scrolling script with easing, please let me know. Alternatively we may need to integrate easing into one of the above scripts, but these are pretty complicated scripts to mess around with. Thanks.

Answer

Korijn picture Korijn · Feb 28, 2013

Have you checked these out?

http://cubiq.org/iscroll-4

http://the-taylors.org/jquery.kinetic/

They don't exactly support "easing" but they simulate some kind of velocity and resistance...