-
Z-space expression over expression?
I don’t know how to put this, I’ll try my best.
I’m trying to make a Z-space-fly-through and I’ve distributed all layers in z-space by adding the following expression:
t = thisComp.layer("Null 3").effect("Slider Control")("Slider")
i = index*t;
[value [0], value [1], i]
So far so good, but I’d like to add an additional fly-in to each layer by itself for a couple of frames. So instead of just a general fly-through, each layer should have a bit of a z-position animation on its own.Question is, how do I add that additional z-position animation to the layers, since they already have the general distribute expression to it?
Hope I’m clear enough.