I’ve got a dynamic text box that moves left to right in a tween beneath a mask, resulting in the appearance of text scrolling past in a box. I’m populating it with XLM text, but it could be any text with varying lengths.
My problem is that my text truncates if it is longer than the box. However, I don’t want a larger box or there’s too much lag between end of animation and restarting it.
Is there a way to have the text box auto-re-size to the length of the text? Thanks.