0

ラップされた絶対位置の div 内の画像で jRumble プラグインを使用しています (推奨どおり)

#headertitle is the absolute positioned div
#twitch is the image id

jRumble プラグイン: http://jackrugile.com/jrumble/デモ 20をご覧ください。

Demo 20 (Pulse) を動作させるのに苦労しています。私が得ている効果は、Demo 16 (Constant) に似ています。効果をまったく機能させる唯一の方法は、以下のコードを使用することです。

$(function(){
$('#headertitle').jrumble();

    $('#twitch').trigger('startRumble');
    setTimeout(demoStop, 200);

    $('#twitch').trigger('stopRumble');
    setTimeout(demoStart, 200);
});

ご協力いただきありがとうございます

4

1 に答える 1