$('#box').animate({
textIndent : 0
}, {
step : function(now, fx) {
$(this).css('-webkit-transform', 'rotate(' + now + 'deg)');
},
duration : 'slow'
}, 'swing');
$('#box').animate({
textIndent : 0
}, {
step : function(now, fx) {
$(this).css('-webkit-transform', 'rotate(' + now + 'deg)');
},
duration : 'slow'
}, 'swing');