-
Follow the x position of the layer above.
Hey there people,
I am trying to animate a list where I have animated the X position of the top layer and want all the other layer to follow the position of the layer above it. I am using this expression
x=thisComp.layer(index-1).transform.position[0].valueAtTime(time);
[x,value[1]]but it’s not working. I am getting this error thisComp.layer(index-1).transform.position[0].valueAtTime(time) is not a function.
x=thisComp.layer(index-1).transform.position[0].valueAtTime(time);
[x,value[1]]