You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 });
The text was updated successfully, but these errors were encountered: