I wish to have a circle that rotates ALONG WITH the users swipe/gragging across a screen. I am using Phonegap to make the app, and have thought about using hammer.js as a lot of people recommend it.
I have seen loads of posts about clicking a div to rotate it by 90 degrees etc.. all that is easy, but I require it so a users swipe or drag gesture can rotate an element in "real-time". As in the element will rotate to the speed of the swipe and also as the finger is actually touching the screen - giving it a native feel.
Any ideas?