-
inpoint text swipe Help
hi, i need help, iam trying to make a template for text position and mask stays in position (text animate property) coming from left to right, the trigger to start animation is the inpoint and 1 Marker Key to make the text go back all text in project should have the same speed
at the end it glitches i don’t know why!! is there another way to work around this?
——————————————————————————————————
sldr = thisComp.layer(“TEXT CTR”).effect(“Slider Control”)(“Slider”);
sldr2 = thisComp.layer(“TEXT CTR”).effect(“Slider Control 2”)(“Slider”);
txt=thisLayer;
s2=txt.sourceRectAtTime().width;
a2=txt.transform.scale[0];
q2=(a2-100)*.01;
x22 = Math.round(s2+q2*s2);
d = thisComp.width;
rt = Math.round((x22/sldr)/sldr2);
y=text.animator(“Animator 1”).property.position[1];
x = ease(time,inPoint ,inPoint+rt,((x22+3)*-1),0) – ease(time,marker.key(1).time ,marker.key(1).time+rt,0,((x22+5)));
[x,y]
Sorry, there were no replies found.