No Text wrapping in animation

Hello,

is there the possibility to animate a text so that it grows from left to right without the letters being broken? When I try this, the letters are always set among each other. But I want what doesn’t fit to be hidden until the text box has become large enough.

Hope somebody can give an idea how to solve this.

THX

Just “mask” it using a group. You can do this by setting the groups overflow to hidden. Then animate the group as a “mask” from left to right (width).

1 Like

Thank you man. That helped me and was exactly what I was looking for.
THX a lot.

1 Like