swiper
swiper copied to clipboard
after swiper.slideTo(0, 100) the last slide disappears in vertical endless Swiper
Check that this is really a bug
- [x] I confirm
Reproduction link
https://003.bluelemon.de/demo/WESEL/luftlandeoperation/#/
Bug description
I have a small problem with the Vue version of swiperjs "swiper": "^11.1.1",
The alignment is vertical and in an endless loop, but it works great as always.
There is one small issue, though.
For clarification: the application runs fullscreen in HD in kiosk mode in a museum and shows three slides, the active one in the middle, from top to bottom in the initial state; last, 0, 1
When the application enters the timeout, the swiper on the right side is pushed out of the screen, and then everything is pushed back to its original position via swiper.slideTo(0, 100);.
The last slide disappears, leaving only two visible. As soon as the swiper is pushed back in and scrolled once, everything is fine again.
Reproduction Link: Click Start, swipe to another slide and click home on the buttom, then the swiper should reset
Expected Behavior
No response
Actual Behavior
No response
Swiper version
11.1
Platform/Target and Browser Versions
windows Chrome acutal version
Validations
- [x] Follow our Code of Conduct
- [x] Read the docs.
- [x] Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- [x] Make sure this is a Swiper issue and not a framework-specific issue
Would you like to open a PR for this bug?
- [ ] I'm willing to open a PR