Wilq32.RotateImagejQuery图片旋转插件

联合创作 · 2023-10-02 12:42

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);}}
    ]
});

效果如下图所示:

浏览 9
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑
举报