-
Change layer opacity once it reaches position
I am just starting the learning process for expressions and I’m at the level where I can usually find one that works for what I need and then tweak it accordingly ( unless it’s super complex). However, I still haven’t fully grasped how to effectively write expressions from scratch.
I am creating a stream of particles individually with the help of expressions (because that’s how I got the control I needed) and now I would like to have each layer’s opacity fade out once it reaches a position. An expression to fade in and out at the in and outpoint didn’t work because each particle is reaching the end location at a different time. So, I need an expression that changes the opacity on layer A once it reaches a designated position. I may be overthinking it but thanks in advance!