Swiper中文论坛

标题: onInit 加载动画初始化 [打印本页]

作者: 竹雨亭    时间: 2015-12-24 11:54
标题: onInit 加载动画初始化
onInit 加载初始化
var mySwiper = new Swiper('.swiper-container', {
                                direction: 'vertical',
                                mousewheelControl: true,
                                preloadImages: false,
                                onInit: function(swiper) {
                                        //swiperAnimateCache(swiper);
                                        //swiperAnimate(swiper);
                                },
                                onSlideChangeEnd: function(swiper) {
                                        swiperAnimate(swiper);
                                },
                                onTouchEnd: function(swiper){
                                        swiperAnimate(swiper);
                                }
                               
                        })
                        mySwiper.removeSlide(0)
onInit 加载动画初始化将第一页移除出现空白,怎么大神帮忙解决。




欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/) Powered by Discuz! X3.2