How do i make smooth resize

I need to make smooth resizing for game mechanic. How do make this

here is some part of my code where i need resizing

MoveTowards
Lerp
SmoothDamp

These are the most popular methods for gradually transitioning from one value to another, or from one vector to another.

Differences here:

Visual Scripting