So let me elaborate because I know the title doesn’t do it justice.
I’m trying to create a Popup system for a game of mine that periodically displays helpful tips, the style looks like this:
The automatic size is perfect to use for this, because each tip has varying amount of text and I won’t have to worry about sizing each square to fit perfectly. However the adjustment is too quick and there’s no transition period, is there a way I can tween this? Or is there a property I can use that allows me to tween the textbox size until it fits the text perfectly?
I’m pretty sure that you can’t tween the automatic size, and I think the only way to tween the textbox size is if you know the prefect size beforehand. But some workarounds could be making the text slide in from the side or, make the text a typing animation.