我在包装的绝对定位 div 中的图像上使用 jRumble 插件(如建议的那样)
#headertitle is the absolute positioned div
#twitch is the image id
jRumble 插件:请看http://jackrugile.com/jrumble/ Demo 20
我很难让 Demo 20 (Pulse) 工作。我得到的效果更像是 Demo 16 (Constant)。我可以使效果完全起作用的唯一方法是使用以下代码:
$(function(){
$('#headertitle').jrumble();
$('#twitch').trigger('startRumble');
setTimeout(demoStop, 200);
$('#twitch').trigger('stopRumble');
setTimeout(demoStart, 200);
});
谢谢你的帮助