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.
Have you checked these out?
http://the-taylors.org/jquery.kinetic/
They don't exactly support "easing" but they simulate some kind of velocity and resistance...