-
Triggering an animation after reaching/returning to a specifc value
So I’ve got an expression that’s pulling certain values from a layer (let’s call it Z). Currently, the layer Z gives the value 100 for 1 second, then 200 for 1 second, then 300 for 1 second. I’d like to have different layers (let’s say A, B, and C) appear after each of these values are reached, but I’d like for them to only be visible for a few frames, rather than the whole second.
It feels like it should be obvious, but I cant seem to crack it. Hell, I don’t even need it to fade in or out, just would need it to disappear sooner.