-
emit letters like particles from behind a mask, then they coalesce as a paragraph
As stated in the subject, I need to emit letters from behind a mask until they are scattered on the screen, and then have the letters animate into position to form a paragraph.
The “Blast In” behavior works perfectly for the second part: by removing opacity from the parameters, and zero-ing out X and Y rotation, it does exactly what I need it to do. As if cards with letters on them were scattered on a table, and they animate together for form a paragraph.
For the 1st part so far, I’ve tried to duplicate the “blast in” behavior, change the “from” parameter to “to,” (to reverse the animation), and put the modified behavior in front of the original in the timeline. This produces a paragraph that essentially explodes, freezes, and then the explosion reverses.
I need the letters to emit from a single point (preferably in one initial direction, as if they were spraying from a fountain) and come to rest in the same scattered place they are in at the beginning of the “blast in” animation, before completing the animation to form a paragraph on the screen.
Thanks for considering.