如何滑动标签像滑动一样将“One Page”移动到“Another page”? (谷歌商店玩 - 像)。请帮帮我。
谢谢。
答案 0 :(得分:1)
您可以在项目中使用TouchSwipe.js。代码如下:
$("body").swipe({
swipe:function(event, direction, distance, duration, fingerCount) {
$(this).text("You swiped " + direction );
}
});
,链接为:http://labs.rampinteractive.co.uk/touchSwipe/demos/Basic_swipe.html