分类:swiper.js

关于swiper.js:swiper实现异形滚动

2021-08-29 12:15:54

Swiper is the free and most modern mobile touch slider with hardware accelerated transitions and amazing native behavior. It is intended to be used in mobile websites, mobile web apps, and mobile native/hybrid apps.
阅读全文

关于swiper.js:swiper和vueawesomeswiper使用配置

2021-03-19 20:12:25

最近在应用swiper实现轮播成果:swiper版本不同,应用有所不同。swiper6配置如下:main.js:app.vue:optionsAc: { direction: 'vertical', effect: 'coverflow', slideShadows: false, coverflow: { stretch: -40, depth: 200, modifier: 2, rotate: 0 }, slidesPerView: 1, //一行显示3个 spaceBetween: 0, //距离30 gra...
阅读全文

关于swiper.js:vueawesomeswiper插件looptrue和手动翻滚冲突

2021-03-19 19:55:53

最近在做一个需要是:高低联动,点击下面,上面翻滚到对应图片,翻滚图片,下面对应图片选中。应用过程中发现两个bug:然而在配置属性的时候,发现两个bug。bug1:(滚动监听:slideChangeTransitionEnd,loop:true),界面进来会显示如下:高低联动都会错位显示:bug2:去掉loop属性,疾速翻滚上面图片时,有时触发不了slide...
阅读全文