私は自分のアプリでほぼいくつかの機能を実行しました。タブホールドでアニメーションを 実行し、マウスを削除するとvmouseupを実行しました。左側にはありません。画像を回転させる方法を教えてください。リンク検索: http://jsfiddle.net/PMrDn/101/
$(document).off('swipeleft').on('swipeleft', '#index', function(event){
timerObject.interval_id = setInterval(animate, 20);
});
$(document).off('swiperight').on('swiperight', '#index', function(event){
timerObject.interval_id = setInterval(animate, 20);
});