Thanks, Kalleheikki,
Yes, I eventually figured it out, but I placed it at the end of the line, like this:
I’m not very clear on why it works, but it does nonetheless.
Thank you for taking the time to look into this.
t=time;
fadeDur = 1.5;
tr=text.animator("Animator 2").property.trackingAmount
if
(t<=
(outPoint-fadeDur))
{
time*2
}
else
{
easeIn(time,outPoint,outPoint-fadeDur,(time*2),30)
}
;