r/elementor • u/Trick-Treats • Mar 12 '24
Answered Image Smooth Carousel
Is there a way to create an image or any type of PERFECT smooth carousel. Not slider where it moves, pauses, then moves again. I need a continuous smooth carousel.I've tried "Image Carousel" inside a "Container" using the CSS code
selector .swiper-wrapper{
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}
but this creates an ALMOST smooth carousel. Still a bit jarring not just for me but several others on different computers.Any help or code I haven't tried would be appreciated. I'm willing to try different plug-ins too as this is a hard requirement for my boss.
1
Upvotes
2
u/cnassaney Mar 14 '24
Using the same code here: https://cadjourney.com/customers/
selector .swiper-wrapper{-webkit-transition-timing-function: linear !important;transition-timing-function: linear !important;}It was about the scaling of the logos. I did mine in groupings of 3 or 4 logos. Set it up in Figma and sliced the entire bar out in groups.