How can I set a smooth scaling animation?

Hey, I would like to set a smooth scaling animation. I have tried it this way:

(me.time.absSeconds / 120) * 0.05

It works, but I guess it’s somehow stupid. Are there better ways?