-
How to randomize timing for random scale expression
Hi All,
I found the below expression provided by Dan on a much older thread which worked like a charm. Now I would like to figure out how to specify a random frame range as opposed to the scale change happening at regular frame intervals. Thanks!frame = Math.round(time/thisComp.frameDuration);
seed = Math.floor(frame/3);
seedRandom(seed,true);
s = random(50,150);
[s,s]