-
Anchor point expression & Text Animator not working together (MGRT)
Hi, I’m trying to create a MGRT where the text box is always centre aligned, no matter how long the piece of text, and I have an expression to do this, but when I try to pair it with a Text Animator, it ruins the animation. Is anyone able to help with this please? I’ve included a screen shot of the type of text animation I’m using (Position Animator, swiping in line by line from the left side of the screen).
This is the expression I’m using to centre the anchor point:
const { top, left, width, height } = sourceRectAtTime(time-inPoint, false);
[left + width/2, top + height/2];Thanks!