after effects randomise timing with expressions
hi, I am pretty new to using after effects expressions and I am not quite sure how to solve my problem and i also found no working solution on the internet.
so I want to animate objects with always one in the background and one in the foreground and want to alternate them - this i figured out works with giving one layer:
rate = 1/1;
posterizeTime(rate);
seedRandom(index, false);
random(0,100) < 50 ? 0 : 100;
and the other one:
(e.g. pair 1 always switches on frames with :10 and pair 2 on frames with :15)
I am also working on a file with around 400 layers which also moves me to find a simple solution to my problem.
(I also wanted it to only randomize between second 1 and 6 but I am more frustrated about finding a solution to the timing problem)
thank you soo so much in advance!
