-
Reference property value in layer above
Hi all,
I’m trying to create a series of shape layers where each layer is rotated 1.5 degrees further than the layer above it in the stack.
I tried something like this, but it just returns a value of 1.5.
Anyone have any ideas??
Thanks so much in advance!
r = thisComp.layer(index-1).transform.rotation;
r+1.5