Conveyor Belt Effect?

Any way to create some kind of conveyor belt effect without resorting to javascript? I tried to just use a transition effect with a long load time, like 15 seconds, but the way the animations are programmed they are not linear. I want to lay out my objects in one long group, have it just go across the screen like you are at one of those sushi restaurants with the conveyor belt. Thanks for any help you might have.

Hey @jmspearman :wave:

Do you have a working example of what do you need??

What I believe you’re looking for is a horizontal scrolling marquee effect on click.

Could be a custom made plugin, but other than that I’m pretty sure you’ll need some custom functionality.