Moving Medical Monitor

Hey guys,

I’m trying to animate a medical device monitor something along the lines of this:

Where the lines simply move in one direction but never loop backwards again (keep looping without going backwards).

I’m at a total loss for how to get this going. Thx!

in the “backward” animation, just set the animation duration to 0

So I figured out how to make it look like it’s moving smoothly (many boards, lots of linear animation), but how can I have 2 animations moving at 2 different speeds without having a lag between each animation of the faster one?

@gdshapiro

If you set up each moving line as its own component and then build the animation within the component using @Daniel 's suggestion to set the last animation to return to the first artboard with a time of zero then each animation can loop independently.

Ohhhh! I gotcha! Thank you so much!