Shopify themes, liquid, logos, and UX
I am using charge theme. The slideshow I am using moves automatically in a choppy movement. i was hoping for a slow sliding loop.
Hey @Deadly_Dukes,
Here's how to fix it for a smooth sliding loop:
.slideshow { transition: transform 0.8s ease; /* or if using animation property */ animation: slide 12s infinite ease; }
The key is changing the timing function to "ease" instead of whatever's there now, and maybe increasing the duration number. That should make it flow smoothly instead of jerking between slides.
Cheers!
Shubham | Untechnickle
Helping for free: hello@untechnickle.com
Don't forget to say thanks, it'll make my day - just send me an email!
Get Revize for Free | Let your shoppers edit orders post-purchase | Get Zero Support Tickets | #1 Order Editing + Upsell App
i could not find a class ID for .slideshow, i did find slider though, is this the same?
Hello @Deadly_Dukes
1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset > base.css and paste this at the bottom of the file:
.slideshow .flickity-slider {
transition: transform 1s ease-in-out !important;
will-change: transform;
}
this did not work for me =[
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025