-
offset an exp
Hey there,
I am kind of newbie at expressions on AE. I need help with this.
Im making some animated mattes with a lot of vertical bands.Ive already made them to move up with the same animation of my layer number 1:
x = thisComp.layer(index -1).transform.position[0];
y = thisComp.layer(index -1).transform.position[1];[x+12,y]
So every band has its place an move up at the same time.
But now i need to offset the start point of each one so i can reach a “wavy” effect.I know this should be really easy, thnx .
Rod