Flicker Effect
Creates a random flickering effect on any numeric property, ideal for lights or video noise.
Code
minVal = 80;
maxVal = 100;
seedRandom(index, true);
random(minVal, maxVal)
flickerrandomopacity
How to Use
Apply this expression to properties like Opacity or Light Intensity to simulate a flickering effect. Adjust the minimum and maximum values to achieve the desired level of randomness.