How to keep text centered when line count needs to change and there is position animation?
https://pouch.jumpshare.com/preview/eiIyJoYvCAovvlDDxWhodlXNslRs_RJf5PEGFDBJmptWCoWUs1G6txRpqos-FOhC-itVOUGv3MfenrXhUabFYJdoMxu3kmrXxuAccklOoO4
I have text that animates up from the bottom. Im setting up a MOGRT so i need this text to always be centered no matter how many lines are written in
I used a sourcerectatime expression for the anchor point, but because the position animator stretches the text box it does this weird jump at the end of the animation when the text box shrinks back to size again. Is there a workaround for this?
a = thisComp.layer("Text1").sourceRectAtTime(); height = a.height; width = a.width; top = a.top; left = a.left;
x = left + width/2; y = top + height/2; [x,y];
Thank you.
