Hi! This expression worked for me, but I don’t manage to add a bounce effect to it. I don’t care if the bounce value is 130% or whatever, just need to add bounce effect to the random scale expression without adding keyframes… is this possible?? Thanks!
seedRandom(index,true);
tStart = random(1);
dur = random(framesToTime(10),framesToTime(20));
ease(time,inPoint+tStart,inPoint+tStart+dur,[0,0],[100,100]);