-
Looping Expression
I’ve got this expression
pos1 = thisComp.layer(“Pre-comp 1”).transform.position;
pos2 = thisComp.layer(“Middle Neuron”).transform.position;
linear(time, 6, 8, pos1, pos2);I want to loop it so the motion repeats every few seconds. How would i do so? Thanks very much.