-
Parented layer position multiplier?
If I have Layer A parented to Layer B. How can I make Layer A move at 125% percent of the parent’s speed?
Kind of like a fake multiplane with layers that aren’t in AE’s 3D space.
I un-parented the layer and tried this expression, but got an error
p = thisComp.layer(“Tower 1 Null”).transform.position[0];
[value + (1.2 * p)[0],value[1]]