-
Linking properties between comps
Hi there,
I’m trying to link the position of a layer to the position of a null inside a precomp.
The expression I currently have is:
comp("comp.name").layer("layer.name").transform.position.value;It’s not working because it takes the position as if the precomp begin at the beginning of the main comp, which is not the case. How do I synch the current position at current time? Thanks!