-
No motion when layer’s position is linked to the position of another layer in another comp
I’m trying to link a layer’s position in a parent comp to a layer’s position in a child comp, so that the one layer moves together with the other. I’m using the following expression for the first layers position:
comp("Child Comp").layer("Second Layer").transform.positionAnd what I’m accomplishing is getting the first layer to be at the initial position of the second layers that’s in the child comp. However, there’s no motion. The second layer will move but the first layer doesn’t follow.
What am I doing wrong?