Thanks for the response. When I put that expression into Null 2’s position it gives a warning so I put this expression:
pct = thisComp.layer(“Shape Layer 1”).content(“Trim Paths 1”).end;
thisComp.layer(“Null 1”).transform.position.valueAtTime(2*pct/100);
But when I put that expression into Null 2’s position area, all that happens is Null 2 becomes linked to the same exact position as Null 1. Also, I set offset to 0.
Thanks,
Victor