-
Typewriter forward then reverse
Hi All,
I have an expression which creates a typewriter effect from the “inPoint” of the layer which is perfect for my needs.
What I am trying to do is reverse the effect so the text has reversed before the outPoint.
I am usless at expressions and this one I have is butchered from one or two tutorials.
I dont want to keyframe the layer as I am going to have quite a few of them and for workflow will be easier to shorten the layer length.
Any help would be great.
Here is my current expression:
Speed = 20 StartAt = inPoint
X = text.sourceText; T = time * Speed - StartAt * Speed;
if (T>0) X.substr(0,T)