Wilq32.RotateImagejQuery圖片旋轉(zhuǎn)插件
Wilq32 是一個(gè)用來旋轉(zhuǎn)圖片的 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);}}
]
});
效果如下圖所示:
評(píng)論
圖片
表情
