Clients take too much time to start

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 ,

  1. Go to Online Store → Theme → Edit code.
  2. Open your theme.css / based.css file and paste the code in the bottom of the file.
.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