I have delay in the moving of review-slider in mobile version

I need to make motion of slider smooth, but slider glitch in mobile version. App calculate the x coordinate for transform: translate3d( x, y, z ) twice. First time is wrong, second one is right. That is why i have glitch(delay in motion). This option locate in container with class swiper-wrapper. How can i fix it.

1 Like

Hi @Priyam and welcome to the forum!

Could you please send me a link to the page with the widget in question? We’ll be happy to check it for you!

Hi, home page https://bryant.dental/

@Priyam thanks!

I’ve asked our devs to have a look, and I’ll get back to you as soon as I have a solution for you :raised_hands:t2:

1 Like

@Priyam thank you for waiting!

The devs have checked your use case, but they didn’t quite understand the glitch itself, unfortunately.

If you’d love to slow down the moving speed, this CSS could help you:

[class^='Carousel__CarouselSwiperWrapper'] .swiper-container .swiper-wrapper {
    transition-duration: 1000ms !important
}

Just add it to your widget Custom CSS field.

If this is not what you’ve been after, could you please send me a video screencast of the issue you have? We’ll be happy to have another go!