-
Applying an expression to a pre-comp instead of layer
Hi there,
I have been working on this comp:
I’m trying to make the precomps (the letter and shape icons) rotate like cabins in a ferris wheel so they stay straight.
I have parented each precomp to the ring layer which is rotating.
I have used the follwing rotation expression on the first “Tr” precomp:
thisComp.layer(“Ring”).transform.rotation*-1
and pickwhipped the rotation expression to the ring layer.
I then copied the rotation expression to each pre comp.
It doesn’t seem to be working, with each precomp rotating in a ring (or not at all on the “Av” precomp). The ring is also rotating back and forth as in the video below:
Do apply expressions differently to a precomp vs a layer?
Collapse transformations is enabled.
Thanks