swiper3.x只兼容到ie10+,比较适合移动端。 swiper3.x官网 http://www.swiper.com.cn/ swiper2.x可以兼容到ie7+,官网是http://swiper2.swiper.com.cn/ 2.x和3.x使用上有差别 2.x需要引入 <linkrel=" ...
分类:
其他好文 时间:
2016-05-11 15:03:48
阅读次数:
909
照着写的demo,搞清楚什么叫分页器Pagination,什么叫nav,搞清楚DOM结构,container,wrapper之类的,就能写了。效果掉渣天! 这个是parallax的demo API http://www.swiper.com.cn/api/index.html ...
分类:
其他好文 时间:
2016-04-24 11:05:56
阅读次数:
423
最近使用Swipe.js,发现中文的资料很少,试着翻译了一下。能力有限,翻译难免错漏,欢迎指出,多谢! 翻译自:http://www.idangero.us/sliders/swiper/api.php http://www.idangero.us/sliders/swiper/index.php ...
1、先链接css和js文件 2、初始化 4、使用animate的动画,注意class中要加“ani” 自定义的动画效果: html中添加class=“ani” 和swiper-animate-effect=“动画名”,可以与animate自带的动画一样,在每次切换时运行动画。 css中定义效果 AP ...
分类:
其他好文 时间:
2016-04-20 18:10:04
阅读次数:
4033
滑动查看图片第三方组件:react-native-swiper,现在的版本为:1.4.3,该版本还不支持Android。 下面介绍的是该组件的一些用法,可能总结的不完整,希望大家一起来共同完善。 官方文档:https://github.com/leecade/react-native-swiper ...
分类:
其他好文 时间:
2016-04-20 13:21:18
阅读次数:
3328
https://github.com/donglegend/mySwiper mySwiper 移动端全屏滑动的小插件,简单,轻便,好用,只有3k 下载 直接下载 bower install mySwiper 预览 预览demo 使用 支持amd和cmd规范 直接引入 require.js 和 se ...
分类:
移动开发 时间:
2016-04-08 11:55:50
阅读次数:
584
swiper http://www.swiper.com.cn/ frawework7 http://framework7.cn/ ...
分类:
Web程序 时间:
2016-03-31 12:31:38
阅读次数:
169
上面的截图 ,是手机端的一个滑动刷新效果.用的是scroll.js插件. 每项中又有一个滑动,是左右滑动的用swiper.js插件,查看每个班级的信息. 当手从swiper上开始滑动的时候,整个scroll就显得很不灵敏.各种调试,各种alert终于把问题定位在swiper.js的touchend上
分类:
Web程序 时间:
2016-03-16 16:54:53
阅读次数:
915
手机网页能通过window.screen.height, width获取屏幕分辨率,于是能够通过分辨率比率来计算高度。 window.onload=function(){ var swiper = document.getElementById("swiper"); var scale = wind
分类:
移动开发 时间:
2016-03-05 14:34:24
阅读次数:
180
移动端主流的js框架: 1、zeptiojs http://zeptojs.com/ 2、jGestures http://jgestures.codeplex.com/ 3、swiper http://www.swiper.com.cn/ 4、iScroll.js http://cubiq.org
分类:
移动开发 时间:
2016-02-18 21:38:41
阅读次数:
252