Proper transition between slides (initialSlide and onReachEnd) #6490
krishnacenter
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all!
Are there analogues of initialSlide in order to go to the desired slide without triggering the transition function? The problem is that when I use initialSlide, onReachEnd is automatically activated.
I do not need it. I use onReachEnd and onReachBeginning to control transitions between slides.
Maybe there are analogues of onReachEnd and onReachBeginning that would not interact with initialSlide?
I am using the Swiper component in NextJS.
Please help, I read all the documentation, and unfortunately I did not understand how to do this. Google didn't help either.
Beta Was this translation helpful? Give feedback.
All reactions