I added the clients I work with in carrousel, take to much time to start the carrousel
and most of the time wont even start.
Is there a way to make if faster? or workable.
https://wmqgez-r2.myshopify.com/
Warm regards.
I added the clients I work with in carrousel, take to much time to start the carrousel
and most of the time wont even start.
Is there a way to make if faster? or workable.
https://wmqgez-r2.myshopify.com/
Warm regards.
Hi @Artez ,
.ai-carousel-track-abulecwrqcuxytkuwbaigenblock0476ed6qw7q8k {
animation-duration: calc(6 * 2s) !important;
}
Thanks!
Hi @Artez
You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file
.ai-carousel-track-abulecwrqcuxytkuwbaigenblock0476ed6qw7q8k {
animation-duration: calc(6 * 3s) !important;
}
Best,
DaisyVo