You can do that with an equation
Every tick
---sprite: set scale to lerp(0.2, 1, sprite.y/480)
That will set the scale to 0.2 if y is 0 and set the scale to 1 if y is 480. All other y positions will set the scale smoothly from the y position. You can play with the numbers until you get the look you want.