-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inconsistently manual scrolling when autoplay with delay 0, regression in 9 version #7515
Closed
5 of 6 tasks
alkorlos opened this issue
May 3, 2024
· 4 comments
· Fixed by solitariusdigital/eshareh#94 or Mapuppy09/tradetrust-website#8 · May be fixed by spdfalcon/company-2lang#5, heliumtank92/am92-react-design-system#10 or aswanthchandran0/eccomerce#4
Closed
5 of 6 tasks
Inconsistently manual scrolling when autoplay with delay 0, regression in 9 version #7515
alkorlos opened this issue
May 3, 2024
· 4 comments
· Fixed by solitariusdigital/eshareh#94 or Mapuppy09/tradetrust-website#8 · May be fixed by spdfalcon/company-2lang#5, heliumtank92/am92-react-design-system#10 or aswanthchandran0/eccomerce#4
Labels
t0ggles
Linked to the t0ggles task
Comments
t0ggles-create swiper |
Task nolimits4web/SWIPER-98 was created |
Task nolimits4web/SWIPER-98 status changed to Done |
Thank you! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check that this is really a bug
Reproduction link
https://codesandbox.io/p/sandbox/swiper-9-autoplay-delay-0-f29fh3
Bug description
Create a creeping line, applying the following parameters:
speed: 3500
andautoplay-delay 0
.Visually, it looks like what need, but there is a bug with manual scrolling. The
transition-duration
of theswiper-wrapper
should reset to 0 during manual scrolling. Starting from version 9, this happens inconsistently. Attaching a video for reference.2024-05-03 12-21-21_1.webm During the first manual scroll, the
transition-duration
doesn't reset to 0; however, during the second manual scroll, it works correctly.With
autoplay-delay 1000
work correct.In version 8.4.7 work correct.
Expected Behavior
transition-duration
reset to 0 with manual scrolling.Actual Behavior
transition-duration
not reset to 0 with manual scrolling.Swiper version
from 9.4.1, including 11.1.1
Platform/Target and Browser Versions
macOS Chrome 124, Windows Chrome 124
Validations
Would you like to open a PR for this bug?
The text was updated successfully, but these errors were encountered: