-
help with offset exp
Hey there,
Im kind of newbie at AE expression. I need help with this.
I am making some animated mattes with a lot of vertical white bars.Ive already made them go up with the same animation of my layer number 1, also with an offset on X axis.
I used this expression:
x = thisComp.layer(index -1).transform.position[0];
y = thisComp.layer(index -1).transform.position[1];[x+12,y]
Now here is the thing,
I cant get to offset each bar start frame so I can get a “wavy” effect, like in an old sound EQ or volume digital meter)Help me plz!
Thanks,
Rod