$('#box').animate({
textIndent : 0
}, {
step : function(now, fx) {
$(this).css('-webkit-transform', 'rotate(' + now + 'deg)');
},
duration : 'slow'
}, 'swing');
jquery中animate对css3的用法
最新推荐文章于 2024-10-18 12:33:41 发布