Kao*_*aos 13
你可以试试这个:
http://code.google.com/p/jqueryrotate/wiki/Examples
var rotation = function (){
$("#img").rotate({
angle:0,
animateTo:360,
callback: rotation,
easing: function (x,t,b,c,d){ // t: current time, b: begInnIng value, c: change In value, d: duration
return c*(t/d)+b;
}
});
}
rotation();
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
24177 次 |
| 最近记录: |