How to implement a continuous, infinite autoplay slider #5773
Unanswered
andyfangaf
asked this question in
Q&A
Replies: 3 comments 13 replies
-
You can in fact achieve this with some CSS magic. I found the following codepen: Look at the css rule: .swiper-container-free-mode > .swiper-wrapper{
transition-timing-function : linear;
} I tried on my project and it worked |
Beta Was this translation helpful? Give feedback.
8 replies
-
This does not have the official solution yet? |
Beta Was this translation helpful? Give feedback.
4 replies
-
can be achieved by css. example: https://codepen.io/studiojvla/pen/qVbQqW |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
AFAIK there is no option for a continuous autoplay slider that moves without momentum and does not stop at any point (it's infinite, or looping). Is there a hack that makes this possible?
Beta Was this translation helpful? Give feedback.
All reactions