Exit swiper container after last slide
See original GitHub issueHello,
I was wondering if it possible to exit the swiper container after swiping to the final slide. My slides take up the full width and height of my browser window and flows vertically.
Here’s some basic code of the idea:
<div class="swiper-container swiper-container-full">
<div class="swiper-wrapper">
<div class="swiper-slides"></div>
<div class="swiper-slides"></div>
<div class="swiper-slides"></div>
</div>
</div>
<!-- Ability to scroll down to div below the swiper container -->
<div class="new-div">
<h1>Headline</h1>
<p>Some paragraph text.</p>
</div>
I can’t seem to find anything in the forums or issue logs. Any help or suggestions would be greatly appreciated. Thanks for an awesome library!
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Exit swiper container after last slide · Issue #1610 - GitHub
Hello, I was wondering if it possible to exit the swiper container after swiping to the final slide. My slides take up the...
Read more >Exit swiper container after last slid - Stack Overflow
I've tried some mouse wheel properties and it's possible to get out of the swipe-container using both the swipe and the mouse wheel...
Read more >Swiper API
Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior.
Read more >All Swiper.js Instances in Elementor are Now Exposed
The problem I have found is that when you get to the last slide of the “after” slider, then click the “next” button,...
Read more >Swiper js add and remove slide (append and ... - CodePen
<div class="swiper-container"> ... <div class="swiper-slide">Slide 1</div> ... <button class="remove-slide">remove slide</button>.
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
Please use mousewheelReleaseOnEdges: true for it to work
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.