swiper

Open full view…

Handler for "onSlideChangeEnd" not called when using effect "coverflow"

pe-di
Wed, 03 Feb 2016 12:05:33 GMT

After configuring a slider to use the effect "coverflow" the handler for onSlideChangeEnd is no longer called when swiping or dragging to another slide. It is still called when clicking on next or prev buttons though. Is this expected behavior or a bug? I know that I can use onTransitionEnd instead of onSlideChangeEnd.

css117
Sun, 12 Mar 2017 13:10:26 GMT

I have the same situation : I placed a console.log inside a simple onSlideNextStart and onSlideChangeEnd, and none was triggered. Switching to basic transition resolve the issue. I lost some hairs figuring out where my callbacks were wrong...

nasangw
Mon, 28 Aug 2017 08:30:46 GMT

It's not a redical solution, but I have solved this issue(bug). I used 'onTransitionStart' or 'onTransitionEnd' callback instead of using 'onSlide~~' callback.