Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

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...

share|improve this answer
I guess this answered your question then? if so, could you mark it as answered? Thanks :) – Korijn Mar 8 at 13:16
I have install iScroll, the previous and current version, but am finding all sorts of issues. Check out my new question here: stackoverflow.com/questions/15352639/… – youare Mar 12 at 16:59

I would also suggest iscroll4. There is also a really unique touch implementation by Simurai http://simurai.com/post/31460815120/flick-scroll ( It is trying to find a desiccant gesture for long mobile scrolling, more a UX approach of your problem )

share|improve this answer
This is pretty neat, but I think users are not going to master the subtleties of the two gesture types. – youare Mar 6 at 6:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.