Javascript 库或 jquery 插件,用于在 mobile safari / ipad 中创建基于滑动的轮播
您看过雅虎的 ipad/平板电脑主页吗?翻阅标题的滑动效果令人印象深刻。我已经在jquery中看到了一些解决方法(使用cycle插件+touchwipe插件),但这些都只是检测用户手势,然后运行x绝对位置动画,而不是实际跟踪用户的手势。知道类似于雅虎的解决方案吗?
Have you seen yahoo's ipad/tablet home page? The swipe effect for flipping through headlines is impressive. I have seen some workarounds in jquery (using the cycle plugin + the touchwipe plugin) but these all simply detect user gesture and then run the x- absolute position animation, rather than actually track the user's gesture. Know of a solution similar to yahoo's?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
找到解决方案: http://cubiq.org/iscroll-4
使用“snap-to”选项重新创建轮播效果。
Found the solution: http://cubiq.org/iscroll-4
Used the "snap-to" option to re-create the carousel effect.
Swipe JS 是一个不错的选择。如果这是您正在寻找的效果 - http://swipejs.com
Swipe JS is a good one. If this is the effect that you are looking for - http://swipejs.com
不确定,但有 jQuery Mobile。
Not sure, but there is jQuery Mobile.