-
Linear Expression for the Scale Property
Hey All,
I am attempting to map an image’s scale that is currently scaled at 15% to a null that is currently at 100%. I would like to use the linear expression to do this. I’ve tried to write this several different ways and I keep getting an error that says “argument 1 to linear() must be scalar”. I can use linear expressions with values no problem but am running into trouble with the scale property. Any ideas how to write a simple linear expression for scale?
var input = thisComp.layer("Null 30").transform.scale
linear(input,0,100,[0,0],[15,15]);