swiper
swiper copied to clipboard
Autoplay, transformation on delay 0 still delayed
This is a (multiple allowed):
-
[x] bug
-
[ ] enhancement
-
[ ] feature-discussion (RFC)
-
Swiper Version: 6.4.1
-
Platform/Target and Browser Versions: tried Firefox, Safari
-
Live Link or JSFiddle/Codepen or website with isssue: https://swiper-demo-11-multiple-slides-per-view-xxxg6w.stackblitz.io
What you did
used delay 0 to disable delay inbetween transition.
Expected Behavior
to not have delay in-between transition.
Actual Behavior
as in the demo, the slides are still stoping for a sec.
P.S. Remember, an issue is not the place to ask questions. You can use Stack Overflow for that.
Before you open an issue, please check if a similar issue already exists or has been closed before.
maybe I am missing something, but I can't find any similar issue
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 is a (multiple allowed):
- [x] bug
- [ ] enhancement
- [ ] feature-discussion (RFC)
- Swiper Version: 6.4.1
- Platform/Target and Browser Versions: tried Firefox, Safari
- Live Link or JSFiddle/Codepen or website with isssue: https://swiper-demo-11-multiple-slides-per-view-xxxg6w.stackblitz.io
What you did
used delay 0 to disable delay inbetween transition.
Expected Behavior
to not have delay in-between transition.
Actual Behavior
as in the demo, the slides are still stoping for a sec.
P.S. Remember, an issue is not the place to ask questions. You can use Stack Overflow for that.
Before you open an issue, please check if a similar issue already exists or has been closed before.
maybe I am missing something, but I can't find any similar issue
try set delay: -1, it's help for me
the problem persists. negative or 0, does not remove the slowdown and speed up between transitions. which as it approaches 0 (the speed) is perceived as delay.
here: https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js
i was looking for a consistent transition velocity while the delay is ignored
the problem persists. negative or 0, does not remove the slowdown and speed up between transitions. which as it approaches 0 (the speed) is perceived as delay.
here: https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js
i was looking for a consistent transition velocity while the delay is ignored
it's just a timing function, add this styles .swiper-wrapper { transition-timing-function: linear; }
the problem persists. negative or 0, does not remove the slowdown and speed up between transitions. which as it approaches 0 (the speed) is perceived as delay. here: https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js i was looking for a consistent transition velocity while the delay is ignored
it's just a timing function, add this styles .swiper-wrapper { transition-timing-function: linear; }
cool that helped tremendously, it still stops for a microsecond. its a minor issue but could one prevent it?
https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js
the problem persists. negative or 0, does not remove the slowdown and speed up between transitions. which as it approaches 0 (the speed) is perceived as delay. here: https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js i was looking for a consistent transition velocity while the delay is ignored
it's just a timing function, add this styles .swiper-wrapper { transition-timing-function: linear; }
cool that helped tremendously, it still stops for a microsecond. its a minor issue but could one prevent it?
https://codesandbox.io/s/swiper-react-autoplay-forked-4scqr?file=/src/App.js
don't know, can't see it, just all look like there are some lags, try add will-change: transform; on transformed element
i am not sure if it is what you meant but it didnt work, there is still a lil stop inbetween transitions
https://codesandbox.io/s/swiper-react-autoplay-forked-kdjjn?file=/src/App.js
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.
Were you able to find a solution? @wibed ?
Did someone find solution? @ahsan44411 @wibed
Did someone find solution?
https://codesandbox.io/s/swiper-react-autoplay-forked-meyzdt
heres an updated version.
the microsecond it stops is hardly perceived but once you notice it kinda stands out. no i have not found a solution yet.
I'm still searching for a solution. Someone solved it?
Swiper v9 comes with fully reworked autoplay module. If you have similar issues in Swiper 9, open a new issue with a CodeSandbox showing the issue.