-
Expression for Mirroring a value but setting different max and min parameters
I’m trying to mirror the Blur Radius of a camera lens blur effect to the opacity of the text layer of which it is applied. Pickwhipping the blur to the opacity is easy enough however when the opacity=0% I want the blur radius to be “11” and when the opacity=100% i want the blur effect to be “2”. So for instance if I animate the opacity property to go from 0%-100% i want the blur radius to decrease from 11 to 2 at the same rate.
Is there as an expression that I can apply that will allow me to do this?
Thanks!