I want to use a css3 transition to smooth a compass movement using phonegap. i calculate the desired rotation as angle from 0 to 359.
The problem is, when it should go f
See if you can use negative numbers. Going from -1deg to 0deg is clockwise, going from 359deg to 0deg is counter clockwise.