
划屏
文章平均质量分 81
snow_finland
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【web移动端】划屏上下翻页效果
需要调用到改写过的jquery touchswipe(原来插件监听的是左右滑动,这里改写为上下滑动) /** * jQuery Plugin to obtain touch gestures from iPhone, iPod Touch and iPad, should also work with Android mobile phones (not tested yet!) *原创 2015-03-20 16:33:32 · 1441 阅读 · 0 评论 -
【划屏/滚屏】划屏/滚屏效果demo
针对大于特定尺寸的显示器实现划屏效果(手机、平板不用划屏效果)的demo demo中是4屏相互切换,并且能循环切换 以下demo源码也可以通过以下地址下载: http://download.youkuaiyun.com/detail/snow_finland/8767943 test1 html,body,div,p,span,ul,li{ margin: 0;原创 2015-06-03 14:48:26 · 933 阅读 · 0 评论