View all expressions
Motion

Flicker Effect on Layer In Point

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


if (time - inPoint < 1){
Math.min(random(0, time - inPoint) * 100, value);
}
else {
value;
}

Flicker Effect on Layer In Point

Practical use case

Perfect for glitchy title intros, logo reveals, or simulating digital boot-up effects.

Check out similar expressions

Data-driven video workflows for After Effects are easier with Plainly.

a mesh of elegant lines transparent image