我正在使用iDangero.us swiper插件,我想在屏幕上显示最后一个横幅时禁用swiper。check this link.
var i = myApp.swiper(".mixed-swiper", {
width: 626,
spaceBetween: 22,
slidesPerView: 2,
freeMode: !1,
autoplay: !1,
loop:!1,
freeModeMomentum: !0,
freeModeMomentumBounce: !0,
freeModeMomentumRatio: "1",
freeModeMomentumVelocityRatio: "0.7",
freeModeMomentumBounceRatio: "1",
mousewheelControl: !0,
mousewheelReleaseOnEdges: !1,
mousewheelForceToAxis: !0,
mousewheelInvert: !0,
grabCursor:!0,
breakpoints: {
320: {
width: 537
}
}
})https://stackoverflow.com/questions/51463764
复制相似问题