How can I use CSS3 transitions (or any other means) to make a jQuery Sortable act more like the list re-ordering in iOS, where list items smoothly animate while dragging, so items scurry out of the way as you drag?
[editing to turn this into an FAQ and save time for anyone else who wants to figure this out]
https://gist.github.com/801570 shows how to smoothly animate dragging using jQuery Sortable. Items scurry out of the way as you drag. It uses CSS3 Transitions and the effect was exactly what I am looking for. Very cool.
Here’s the code:
JSFIDDLE:
http://jsfiddle.net/LTWMp/
HTML:
CSS:
Script: