jQuery图片旋转插件 Wilq32.RotateImage

码农软件 · 软件分类 · jQuery图像处理 · 2019-12-26 20:29:44

软件介绍

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

效果如下图所示:

本文地址:https://www.codercto.com/soft/d/22022.html

Eric Meyer on CSS

Eric Meyer on CSS

Eric Meyer / New Riders Press / 2002-7-8 / USD 55.00

There are several other books on the market that serve as in-depth technical guides or reference books for CSS. None, however, take a more hands-on approach and use practical examples to teach readers......一起来看看 《Eric Meyer on CSS》 这本书的介绍吧!

随机密码生成器
随机密码生成器

多种字符组合密码

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

UNIX 时间戳转换
UNIX 时间戳转换

UNIX 时间戳转换