I'am scaling a stage for example the scale value is decreasing like:
1
0.9
0.8
0.7
0.6
0.5
I want to make an inversion of this values, to increase the scale of the objects in the stage like:
1
1.1
1.2
1.3
1.4
1.5
what is the best way to do this? or is there a formula calculation for this?