-
1/x expression doesnt work
Hello, Im doing a scale expression to compensate the scale on other object, for example when Null1 is at 50%, the Null2 must be 200%. The same say if Null 1 is 400%, Null 2 must be 25%
Im going for a (10000/x) to get that number
In After Effects im using this expression, but im getting error:
10000/thisComp.layer(“Null 1”).transform.scale
if I use a division (/) symbol I always get an error, but if I Plus or Multiply works perfectly.
There is another way to write this? Thanks