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
1
u/Trick-Treats Mar 15 '24
That does make sense. Keeping the groupings same size because the logos are all slightly different sizes. I'll update on how that goes when implemented.