我在我的应用程序中完成了几乎一些功能。我在 tabhold和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);
});