I am looking to produce a draggable element with inertia when you move it. I am pretty new to JavaScript, looking for the basics of doing it. I would like to use a library like jquery ui for the drag n drop functionality then add inertia, I have done some as3 inertia but am wondering where to begin with JavaScript.
Asked
Active
Viewed 1,851 times
1
-
A little bit of vector math would go a long way in this case. Marking the click and release, then continuing that path would be the basic concept. – Sam Becker Nov 26 '11 at 09:45