-
Using Position of another layer to start fade in effect
I would like for a bar to move in from left to right. When the bar reaches say a value of 960 for the x position I would like for the text to fade in. In other words I want only to keyframe the position of the lower third bar and not have to adjust keyframes for the opacity of text. There will be a “?” below in the expression somewhere. This indicates the area I am difficulty with.
Would also like to create one so when the bar goes down the text will fade out.
x = thisComp.layer("Lower Third Bar").transform.position[0];
y = thisComp.layer("Lower Third Bar").transform.position[1];
if (x>=960 && y<1080)
then
?
else
?