Re: up/down text scroller in after effects by Trent Armstrong on May 8, 2008 at 9:41:37 pm
Precomp your text and put an Offset effect on it.
Then set an expression for "Shift Center to":
t = time * 30;
x = value[0];
y = value[1] - t;
[x, y]
That will cause your text layer to scroll up and the Offset effect will cause it to loop. To add blank space in the scroll, just add space below the text and make sure your comp is big enough to not cut the text off. I think you'll get it once you see what it's doing.