hexo-cnortles-source
Version:
一个HEXO博客的静态资源,可随便使用
21 lines (20 loc) • 440 B
JavaScript
/**
* 首页
* 作者: Justlovesmile
* 链接: https://blog.justlovesmile.top/posts/6a0d6454.html
*/
var mySwiper = new Swiper('#stickyList', {
direction: 'horizontal',
speed: 600,
loop: true,
effect : 'fade',
loopPreventsSlide: false,
autoplay: {
delay: 20000,
},
mousewheel: false,
pagination: {
el: ".swiper-pagination",
dynamicBullets: true,
},
})