Swiper中文论坛
标题:
swiper切换时,淡入淡出怎么做,不是effects
[打印本页]
作者:
shetia
时间:
2018-6-24 16:50
标题:
swiper切换时,淡入淡出怎么做,不是effects
要有切换划过来划过去的效果,自动轮播过来时淡入,出去的时候淡出,怎么老弄不行
$
(
function
() {
// 轮播图
var
mySwiper
=
new
Swiper
(
'.swiper-container'
, {
autoplay:
3000
,
loop:
true
,
//循环
spaceBetween:
1000
,
speed:
5000
,
//滚动速度
pagination:
'.swiper-pagination'
,
onTransitionStart:
function
(
swiper
) {
$
(
'.swiper-slide'
).
animate
({
opacity:
1
},
1000
)
},
onTransitionEnd:
function
(
swiper
) {
$
(
'.swiper-slide'
).
animate
({
opacity:
0
},
1000
)
},
})
})
作者:
shetia
时间:
2018-6-24 16:51
大佬教教我呗
作者:
DianRr
时间:
2018-8-1 18:52
同求,大佬快来!!!
作者:
芦头
时间:
2021-1-30 15:05
DianRr 发表于 2018-8-1 18:52
同求,大佬快来!!!
大佬搞定了没有,我也要同样的效果
欢迎光临 Swiper中文论坛 (http://bbs.swiper.com.cn/)
Powered by Discuz! X3.2