-
Controlling frequency of” 0 or 100 opacity” expression
Hello folks,
I’ve been noddling different approaches to achieving this and can’t seem to get it right.I have multiple layers. I’d like their opacity to randomly flicker on/off so 0/100 (nothing in between)
Thats easy enough using:
Math.round(random())*100
Now I would like to ramp up the frequency of the on state by time (so at 0 seconds have everything be off, 1 second 20% is flickering on, 2 seconds 50% is on, etc.).
I’d love to do this with a slider whereas I could set a nice curve to the ramp. Any insight would be greatly appreciated. Thank you.