-
Reverse Adobe expression at the end of the comp
Hello!
I have this text expression to make the text appear smoothly. I would like for the text to go back as it went in. At first I thought I could just duplicate the layer and reverse it. But I’m certain it’s possible to do this with the expression, so here I am posting to ask if anyone knows how to do this ☺ Thank you!delay = .1;
myDelay = delay*textIndex;
t = (time - inPoint) - myDelay;
if (t >= 0){
freq =2;
amplitude = 100;
decay = 8.0;
s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
[s,s]
} else {
value
}Asus Windows 10 PC
Intel Core i5 6300HQ CPU 2.30GHZ
RAM 8GB
Nvidia GeForce GTX 960M
After Effect CC 2014 13.0.0.214