My challenge involves managing a dynamic set of elements arranged next to each other in a row. I envision them moving in an infinite loop across the screen, transitioning seamlessly from one side to the other, as illustrated here: https://i.stack.imgur.com/UXxBY.png
If you want to see a Codepen demonstration of this concept, check out this link: Codepen Illustration. Imagine the viewport as the black box limiting your view outside of it.
I'm seeking an efficient method of implementing this conveyor belt/treadmill effect. Despite trying numerous approaches, I haven't found a reliable and flexible solution for what seems like a straightforward task. Any insights on how best to accomplish this?
In terms of resources, are there any concepts or libraries that could facilitate this process? Would the GreenSock library be a suitable option?
If my question is too vague or if there's a better forum to seek advice, please direct me accordingly.
Any suggestions would be greatly appreciated. Thank you.