seedRandom(index,true);
r = thisComp.layer("Null 3").effect("randomize length")("Slider")
y = random(-r,r);
ease(time, inPoint,outPoint, [-300 + y,y, (index/2)], [300+y,y,(index/2)])
Below is the expression I ended up using for the Position.
Problem is the I get too much overlapping of pictures.
I’m thinking of reducing the X by some measure if it’s and odd index number and increasing it by X if it’s an even one.
Can you help me with math?