Wilq32.RotateImage 介绍
Wilq32 是一个用来旋转图片的 jQuery 插件。
示例代码:
// just do it 5 degrees
$(‘#image2’).rotate({angle:5});
// animate the rotation
var rot=$(‘#image3’).rotate({maxAngle:25,minAngle:-55,
bind: [
{“mouSEOver”:function(){rot.rotateAnimation(85);}},
{“mouSEOut”:function(){rot.rotateAnimation(-35);}}
]
});
效果如下图所示:

Wilq32.RotateImage 官网
http://wilq32.googlepages.com/wilq32.rollimage222