I recently upgraded to jquery 1.8.2 and afterwards a button that would rotate 45 degrees back and forth now spins completely around and stops at a semi random angle.
here is the code that I'm using
$(element).animate({ "rotate" : value + 'deg' }, { duration: "fast", queue: false });