Wilq32是一个用来旋转图片的jQuery插件。
示例代码:
//justdoit5degrees$('#image2').rotate({angle:5});//animatetherotationvarrot=$('#image3').rotate({maxAngle:25,minAngle:-55, bind:[ {"mouseover":function(){rot.rotateAnimation(85);}}, {"mouseout":function(){rot.rotateAnimation(-35);}} ]});
效果如下图所示:
评论