在使用jquery swiper滑动到下一个文本时,文本折叠了。ie的速度很慢。
下面是我的刷卡初始化
var swiper= new Swiper('.listing-slider', {
direction: 'horizontal',
speed: 300,
watchActiveIndex: false,
keyboardControl: false,
// threshold : 50,
spaceBetween: 25,
noSwipingSelector: 'a,button',
loop: false, replaceState: true,
observer: true,
freeModeMomentum:false,
freeModeMomentumBounce:false,
preventClicks: true,
initialSlide: i,
mousewheelControl: false,
useCSS3Transforms: true,
onSlideChangeStart: function (event) {
$('li.touch-event').off('click, touchstart, touchmove, touchend');
$('li.touch-event').off('click, touchstart, touchmove, touchend');
onListingSlideChangeEnd(event);
},
onTransitionEnd: function (event) {
onListingSlideChangeEnd(event);
},
});