Meet transition
I thought some more about the radiate effect, and I think for the moment it’s a no go, and here’s why. Radiate type things want to be round. Unfortunately, our text is not round, and so unavoidably there will be collisions and overlaps between letters, which will look clumsy. One solution to that would be to bend the text into a circle before radiating it. This would be relatively straightforward to do for a single line of text. For example, you could bend it into a circle keeping the center of the circle in the middle of the screen and it would actually be fairly clean and then once it’s in a circle of course radiating it is no problem. For two lines of text, it’s considerably harder, but still possible. However, for three lines of text it’s really out of the question, you’d have to do something special with the middle line like make it disappear or whatever and so the idea starts to break down. But while worrying about all of that, it occurred to me that there’s a muc...