Freemode stops at certain point when using Loop option.
See original GitHub issueThis is a (multiple allowed):
-
bug
-
Swiper Version: 3.4.0
-
Platform/Target and Browser Versions: macOS and Windows, Safari 10, Firefox 49, Chrome 54. Tested on a 2012 MacBook Pro.
What you did
I’m creating a vertical portfolio slide feature using Freemode and Loop. Here is a demo. I’ve left in the nav dots purely to represent the scroll/freedmode getting ‘stuck’.
var swiper = new Swiper('.swiper-container', {
pagination: '.swiper-pagination',
direction: 'vertical',
nextButton: '.swiper-button-next',
prevButton: '.swiper-button-prev',
slidesPerView: 3,
uniqueNavElements: true,
spaceBetween: 1,
mousewheelControl: true,
loop: true,
keyboardControl: true,
freeMode: true,
});
Expected Behavior
The slides should scroll and loop continuously, using Freemode and Loop.
Actual Behavior
The scroll/freemode behaviour eventually gets stuck. Basically trackpad scroll eventually stops working.
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Freemode stops at certain point when using Loop option. #1924
I'm creating a vertical portfolio slide feature using Freemode and Loop. Here is a demo. I've left in the nav dots purely to...
Read more >Swiperjs doesn't loop correctly (slider) - Stack Overflow
The issue is that it stops sliding before going into a second loop, it always stops a certain point. Never worked with swiper...
Read more >HeadRush Looperboard Tutorial - Loop Settings Menu
Learn about the different options for Looping Modes, ... Aligned start point, immediate audio stop and more Please submit any questions you ...
Read more >SwiperOptions | Swiper - v8.4.5
Defined in swiper/types/swiper-options.d.ts:1210. Enables free mode functionality. Object with free mode parameters or boolean true to enable with default ...
Read more >Options - Splide
The collection of responsive options for specific breakpoints ... Even if false , the carousel forcibly waits for the transition on the loop...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I have run into the same problem. You can check it out here
Bump. Any ideas @nolimits4web ?