The image, when they move left, stop and restart the movement. I need a motion that never stop.
Hi.
All JS carousels work according to principles that do not allow to implement movement without stopping.
If you need behavior like a running line, then you need to create a running line (infinite horizontal scroll animation for all items inside one wrapper) but not a carousel (slide by slide animation).
SP PB has no such opportunity. You need to encode it yourself.
Look at this lesson https://www.youtube.com/watch?v=iLmBy-HKIAw
Or find the ready-made JS solution and integrate.