-
Defining Min and Max
Alright, so, as I said before, I’m trying to get into writing expressions for myself when I need them, so I’ll probably be on here asking things as questions crop up.
I understand how to basically define an expression (position = thisComp.layer(“Null 6”).transform.opacity) that makes sense to me. However, say I wanted to say the position of a given thing is equal to the opacity of a given layer but between two numbers. I’m trying to think of the most concise way to say this. But if I wanted the position between 2500 and 3500 as the opacity went from 0 to 100. How do I get that going?
Thanks as always.