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: 7 comments 11 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.
I got a functional smooth carousel inpired by previous comments https://codepen.io/capynet/pen/NPKdpWO
chrome_9phNxGfb6L.mp4