if (time - inPoint < 1){
Math.min(random(0, time - inPoint) * 100, value);
}
else {
value;
}
Adds a flicker effect at the beginning of a layer's inPoint, fading in with random intensity. Easy to apply to Opacity or other properties for glitchy reveals.
Contributed by:
https://www.youtube.com/@CREATE_NEW4
Perfect for glitchy title intros, logo reveals, or simulating digital boot-up effects.