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

Pro Git

Pro Git

Scott Chacon / Apress / 2009-8-27 / USD 34.99

Git is the version control system developed by Linus Torvalds for Linux kernel development. It took the open source world by storm since its inception in 2005, and is used by small development shops a......一起来看看 《Pro Git》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

HEX HSV 转换工具
HEX HSV 转换工具

HEX HSV 互换工具