-
Manipulated first keyframe
Hey Guys
I’m trying to make a Lower third. And let the editors change the text values in Premiere with Essential graphics.
Now i need to change the X-position of the first keyframe of the text layer.At the moment i found following expresion:
x2 = thisComp.layer(“Null 1”).effect(“Slider Control”)(“Slider”);
x = linear(time,key(1).time,key(2).time,key(1).value[0],x2);
[x,value[1]]It works but only for the second keyframe. How can i change it to the first keyframe?
Thanks alot.
x2 = thisComp.layer("Null 1").effect("Slider Control")("Slider");
x = linear(time,key(1).time,key(2).time,key(1).value[0],x2);
[x,value[1]]