simple expression question!
Hi there! I'm working with someone's AE file, and I need to understand something.
A shape layer has a Group that contains multiple dashed strokes that all move along the line ... and loop.
They're using an expression on the Offset property on each stroke:
one stroke will have:
-time * 24 * 6 + 25
then the one below will have:
-time * 24 * 6 + 250
And the next one will have:
-time * 24 * 6 + 1000
Can someone break this down for me?
