-
Pulling min and max data from keyframes
I’m trying to write an expression that would dynamically adjust according to the minimum and maximum values that are keyed.
For example, if I keyed the opacity of a layer from 0 to 50 then back to 25, the minimum value would be 0 and the maximum value would be 50.
If I then changed one of the keyframes to -25, that would dynamically become the new minimum value.My goal is to then use these two values (minimum and maximum) in a subsequent linear function that controls a separate process. I’m not sure where to start with this one and any help would be appreciated. I’m hoping it’s a very simple function that I cannot find.