-
Can I stagger animation using a replicator?
I’m trying to create a grid where every line draws on individually, with a slight delay between each one. First the horizontal lines will draw on, starting at the top of the screen and working down, then the vertical lines from left to right, you know the sort of thing.
My immediate thought was that I could do this with one horizontal line, one vertical line and a Write On and replicator for each but I can’t find a way to stagger the timing between individual lines – they all want to appear at the same time, and Sequence Replicator doesn’t seem to have any timing parameters. The best I’ve achieved is to use the opacity parameter to have each line appear one after the other, but of course the lines are all still animating simultaneously so as each line appears it’s keeping pace with all the ones above it, which isn’t the effect I want.
Is it even possible to do this with a replicator, or would I essentially have to do it “manually”, duplicating the lines and offsetting them in the timeline?