Continuous smooth scrolling with SwiperJS #6018
-
|
Hi, Is there any way to make scrolling behavior to continuous smooth scrolling like below example with SwiperJS? Screen.Recording.2022-08-31.at.15.00.25.movThanks! |
Beta Was this translation helpful? Give feedback.
Replies: 9 comments 15 replies
-
|
I know it's late but nevertheless, instead of using swiper component, I will suggest you go for something like Marquee (using CSS). |
Beta Was this translation helpful? Give feedback.
-
|
@fatihturan I think the following config should do this: freeMode: true, |
Beta Was this translation helpful? Give feedback.
-
Did You find solution? |
Beta Was this translation helpful? Give feedback.
-
|
In addition to christianarenz solution above, set the transition easing on .swiper-wrapper to linear.
|
Beta Was this translation helpful? Give feedback.
-
|
:root { |
Beta Was this translation helpful? Give feedback.
-
|
i found the solution 👍 or if you using cdn then inline style in swiper-wrapper |
Beta Was this translation helpful? Give feedback.
-
|
I got a functional smooth carousel inpired by previous comments https://codepen.io/capynet/pen/NPKdpWO chrome_9phNxGfb6L.mp4 |
Beta Was this translation helpful? Give feedback.
-
|
It might be help .swiper-wrapper { |
Beta Was this translation helpful? Give feedback.
-
|
Thanks to all in this thread, definitely helped me. |
Beta Was this translation helpful? Give feedback.
I got a functional smooth carousel inpired by previous comments https://codepen.io/capynet/pen/NPKdpWO
chrome_9phNxGfb6L.mp4