I would like to achieve the ease effect with Jquery's draggable. But I did not find the option in this plugin. So I was wondering if there are other plugins that have this option - or an easy solution.
The effect I am trying to achieve is something this: http://www.fileden.com/files/2009/6/4/2466215/dragease.swf
As you can see, upon dragging, the image movement is feeling much smoother because of the easing. I would also like to constraint the dragging to one axis, also need to make it revert back to its place. JQuery's draggable does have this last two options, so thats nice.
The example code already provides me with what I want (except the easing): http://jsfiddle.net/dandoen/NJwER/1/
Any advise would be appreciated.
Cheers, Dandoen