Swiping queries

Hi,

Two queries

  1. Is there a way where we can delay swipe by 1-2 seconds ???
  2. Is there a way where we can avoid pagination in one of the slide ???

Thank you

Autoplay delay? You can set autoplay.delay = 2000 in parameters. For swipes with hand/fingers, no, not possible

Using slideChange event on Swiper, you can hide pagination when active index is required one

Ya for the swipe delay, I used settimeout option and i was able to achieve it

Still not sure about slideChange event. How do I use it?

And I have auto initialized my swiper

please send code of swiper?