The opacity expression in After Effects is a powerful tool that allows you to control the transparency of a layer. It's when your vision can truly come together. If you've set everything up correctly, you'll have all the avenues you'd ever want to get the right look. Using your various render passes, you can use After Effects to dial everything in and add the full vibe you were initially aiming for.
The opacity expression is essentially a way to generate random values for the property it's applied to. This might sound simple, but there are different variations of this expression in After Effects that offer unique ways of controlling randomness.
To have consistent random movements every playback, use the seedRandom method. This sets the "seed" value, dictating which random pattern After Effects should use. For instance, seedRandom(20, timeless = false); followed by gaussRandom(20,100); will give you controlled randomness.
Pro Tip: Instead of manually setting a seed value every time, you can use the layer's number as the seed. Simply use seedRandom(index, false); where "index" is the layer number.
Browse Graphics, Mockups, Brushes & More!
Search