-
Time overlapping animated text
I have a text layer setup with a Range Selector animation that causes each character to rotate and fade into position individually. I kept thinking that the animation wasn’t quite as fluid as I wanted it to be and then I realized that each character was waiting on the previous character before its animation started. What I would like is for the animations to overlap a little. For instance, if I have word, “ABCD,” as A is halfway through its rotation, B starts to rotate into position.
I’m almost afraid that this isn’t even possible with the selector seeing as its basing the animation on a percentage of the letters, as there is never a percentage that includes multiple characters…
Thoughts or suggestions?