Trim path follow expression
Greetings,
I have an expression for a shape to follow the trim path of another shape.
var path = thisComp.layer("Shape Layer 3").content("Path 1").path;
var trimPath = thisComp.layer("Shape Layer 3").content("Trim Paths 1").end / 100;
var targetLayer = thisComp.layer("Shape Layer 3");
var point = path.pointOnPath(trimPath);
targetLayer.toComp(point)
Would it be possible to account for trim path offset (on the trim paths 1)?
