just leave it empty or use the linear easing (easeLinearIn)there is even easeNoneIn, that should wait for the time set as delay and then jump to the designated scale.
(and of course these easing exist as ...Out and ...InOut like any other easing)
Thanks for the answer.
Maybe I don't fully understand something...
If I leave it empty, nothing happens.
If I use "easeNoneIn" the increase is instantaneous, without a smooth fade.
If I use "easeLinearIn" - the increase occurs along a curve, but I just don't need it.
I need to have the usual smooth increase over a given period of time to the desired size without deflecting the camera trajectory in the process.