Clicking on the left of Slide 1, jumps to Slide 2 - is this Expected behavior? #4770
-
I've noticed that on this demo page and in my implementation of Swiper as well, clicking on the left portion of Slide 1 jumps me to Slide 2. It doesn't always happen and depends where you click. In my implementation each slide links to a new page, and when it happens it jumps the user to the next page vs linking. You can see a simpler demo here though Is this expected and is there a way to turn this off? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Because you are doing quick short swipe. You can tweak this behavior by increasing value of |
Beta Was this translation helpful? Give feedback.
Because you are doing quick short swipe. You can tweak this behavior by increasing value of
threshold
parameter