亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

javascript - BUG in loop mode of swiper plugin?
大家講道理
大家講道理 2017-06-26 10:58:10
0
1
1002

1. I now have 8 pieces of data, and then set it to switch 5 pieces of data every 5 seconds and set loop to true

Then~~just keep playing the last set of data, which is the second picture

Switch data every 5 seconds and always display the data of 6,7,8,1,2

Then I tried to pull back, but found that~~the previous data was empty

And~~when you drag the data, the content inside will change

Before dragging

After dragging (just move once)

Move again and miraculously it comes back

By the way, this is my version of swiper

Please help me how to solve these bugs (mainly solve the bug that keeps displaying 6,7,8,1,2 data)

大家講道理
大家講道理

光陰似箭催人老,日月如移越少年。

reply all(1)
學(xué)霸

var mySwiper = new Swiper('.swiper-container',{

    autoplay: 5000,
    loop: true,
    prevButton:'.swiper-button-prev',
    nextButton:'.swiper-button-next'
})
setInterval("mySwiper.slideNext()", 5000);
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template