HoverPulse Plugin
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: http://jquery.malsup.com/hoverpulse/
软件介绍
HoverPulse Plugin 是一个 jQuery 插件,用来实现鼠标移到小图上看大图的功能。
在线演示:http://jquery.malsup.com/hoverpulse/
示例代码:
$(document).ready(function() {
$('div.thumb img').hoverpulse({
size: 40, // number of pixels to pulse element (in each direction)
speed: 400 // speed of the animation
});
});
