Answered
how to make 'position' to take value from 'trim path'' value
Hi,
I want the circle to take it's value from trim path's value. I cant form teh expression. dnt understand how to write it,
I need guidance. Thank you.

Hi,
I want the circle to take it's value from trim path's value. I cant form teh expression. dnt understand how to write it,
I need guidance. Thank you.

Try this:
L = thisComp.layer("Shape Layer 3");
p = L.content("Shape 1").content("Path 1").path;
L.toComp(p.pointOnPath(L.content("Trim Paths 1").end/100))
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.