-
Linking value to specific keyframes
Hi there,
I’m trying to animate a text layer in after effects to produce a mogrt template. I have added a position text animator to move the text y value over time. I have 4 keyframes. I want keyframes 1 and 4 to have the value of [0, temp] and keyframes 2 and 3 to have the value of [0,0].
At the moment the expression I’m using is working but all keyframes have value [0, temp] is it possible to instruct particular keyframes (in this case keyframes 2 and 3) to have the value of [0,0]?
I have another text layer that will be the reverse animation where keyframes 1 and 4 will be value [0,0] and keyframes 2 and 3 will be value [0, temp].Any help on this is hugely appreciated, I hope I’ve explained it so it makes sense ???? I’m not a coder I just figure it out a bit as I develop Mogrts in AE.
thanks. Here is the expression I have so far on the text position animator:temp = thisComp.layer("Reveal Text Box").content("Rectangle Path 1").size[1];
[0, temp]