I want to create a carousel of avatars in the header (think in the style of Instagram stories) but when it gets to the end of the “list”, it loops back around to the beginning. One way I’ve managed to simulated this is to use drivers to “center X” almost instantly when they move out of view and append it to the end of the carousel.
It works but obviously isn’t super scalable. Does anyone have any tips on how to accomplish this in another way that doesn’t require manually looping?
Thanks!