Closed blimpmason closed 6 years ago
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue has been automatically closed due to inactivity. If this issue is still actual, please, create the new one.
This is a (multiple allowed):
[x] bug
[x] enhancement
[ ] feature-discussion (RFC)
Swiper Version: 4.3.3
Platform/Target and Browser Versions: Mac OS Sierra, Chrome 67
Live Link or JSFiddle/Codepen or website with issue: https://codepen.io/blimpmason/pen/OwRmeN?editors=1010
What you did
I setup a simple Swiper instance with three slides set to loop:true with both pagination and navigation enabled.
Expected Behavior
I'd like to be able to click next/previous navigation arrows (or keyboard left/right arrows) rapidly and continuously to swipe through more than 1 slide at a time. A good demonstration of the expected behavior can be seen in this Flickity "wrapAround" demo: https://codepen.io/desandro/pen/myXdej
Actual Behavior
Only one next/prev navigation arrow click is registered until the current swipe transition has completed, which can be frustrating for a user that's trying to move through the carousel rapidly or get back to a particular slide.