A.touchmoveB.touchstartC.swipeD.touchend
多项选择题swipeTo()这个方法,包含有以下哪些参数()
A.ndexB.permanentC.speedD.runCallbacks
单项选择题swiper中,返回单击或触摸后的slide的index值,便于 onSlideTouch 和 onSlideClick 调用。这个属性是()
A.clickedSlideIndexB.activeIndexC.activeLoopIndexD.activeLoaderIndex
单项选择题swiper中,切换模式horizontal还是vertical,取决于()属性
A.speedB.modeC.loopD.autoplay
单项选择题swiper中,返回对象容器的x轴与y轴值,这个属性是()
A.widthB.heightC.positionsD.touches
单项选择题swiper中,开始自动播放的方法是()
A.startAutoplayoB.stopAutoplay()C.activeSlide()D.destroy(removeResizeEvent )
单项选择题swiper中,返回当前slide的内容,这个属性是()
A.activeSlide()B.clickedSlideIndexC.clickedSlideD.activeLoaderIndex
单项选择题swiper中,返回对象信息的属性是()
A.positionsB.touchesC.paramsD.isTouched
单项选择题swiper插件中,slides的滑动方向,可设置垂直的是()
A.columnB.verticalC.middleD.start
单项选择题在swiper插件中,初始化Swiper时第一个参数为?()
A.父容器B.子元素C.配置项D.以上都不对
单项选择题swiper4和swiper3在回调函数中有哪些不同?()
A.增加了this关键字B.没有区别C.swiper3的函数名比较短D.以上都不对