Smoothly change UI position

Is there a way I can smoothly change the position of a TextLabel when a new one is added with a UIListLayout?
For example, when I add a new textLabel, this:
image
smoothly goes up a bit and a new one is added:
image

You could try adding it with a height of 0, and then tweening the size to your desired size?