Slider does not run synchronously

Hi, I don’t know if anyone has ever experienced this phenomenon.

I have installed four small sliders in a grid. The settings of all sliders are set exactly the same. No different times etc.

When you open the page they all run synchronously, but as soon as you scroll the slides move and are no longer synchronized.

Does anyone have any idea what the problem could be?

Attached a Screencast.

Thank you
Toby

https://v.usetapes.com/IjEpg8tFuj

OK guys, I have found out why the individual sliders shift in synchronicity.

The slider elements have a mouse hover (for whatever reason Webflow creates this by default). This mouse hover stops the slide element. This also explains why the sliders have suddenly changed in synchronization when scrolling - because you automatically hover over the element with the mouse when scrolling.

You can avoid the mouse hover by giving the container a Z-index of -1, for example.

Toby