• Is there a way to have Carousel have a steady transition from slide to slide rather than the quick, jerky motion on autoplay?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Support gdandrija

    (@gdandrija)

    Hi @dracole,

    I see. At the moment there is no direct way to control the animation duration, unfortunately.

    This feature has already been requested, so I made sure to let our developers know so that it could hopefully be seen in one of the future updates. You may check its progress on the link below:

    https://github.com/godaddy-wordpress/coblocks/issues/2277

    In the meantime, you might be interested in trying out a workaround if you are comfortable using the Additional CSS tab in Customizer:

    
    #swiper-wrapper{
    transition-timing-function:ease-in-out !important;
    transition-duration:3s !important;
    }
    

    Feel free to adjust the duration and animation style according to your personal preference.

    I hope this helps, cheers!
    Andrija

Viewing 1 replies (of 1 total)
  • The topic ‘Carousel – Smooth Slide Transition’ is closed to new replies.