-
Animating text characters to the same absolute position. Possible?
Imagine each character in a sentence getting sucked one by one into a black hole at the center of the screen. I can’t believe this is difficult but I can’t solve it.
I’d like to animate text, character by character, so that each character moves to the same absolute point on the screen. Using position or anchor point, they all animate as an offset (determined by the position or anchor point property), rather than to a specific point on the screen.
Is it possible to set the same absolute position for each character?
Many thanks