$(el).stop().animate( {rotation: 360}, { duration: 500, step: function(now, fx) { $(this).css({“transform”: “rotate(“+now+”deg)”}); } } );
$(el).stop().animate( {rotation: 360}, { duration: 500, step: function(now, fx) { $(this).css({“transform”: “rotate(“+now+”deg)”}); } } );