本文介绍了滑动照片堆栈像Tinder - 跨平台(混合/ HTML5是OK)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想要创建一个像Tinder这样的应用程序,用户在照片堆栈中滑动。有没有人知道一种方式来重现这种效果跨平台?
到目前为止,我正在考虑使用jQuery Mobile使用
构建一个web应用程序TouchSwipe用于滑动检测;
see:
和jStack显示图像;
请参阅:
解决方案
这里是一个jQuery插件:
I'm looking to create an app like Tinder where users swipe through a photo stack. Does anyone know of a way to reproduce this effect cross-platform?So far, I'm thinking of building a web app using jQuery Mobile with
TouchSwipe for swipe detection; see: http://labs.rampinteractive.co.uk/touchSwipe/demos/
and jStack to display the images;see: http://lab.hisasann.com/jStack/
Are there any suggestions of a better way to do this?
解决方案
Here is a jQuery Plugin for that:
这篇关于滑动照片堆栈像Tinder - 跨平台(混合/ HTML5是OK)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!