-
sourceRectAtTime issue with text layer
Trying to line up a beam effect with the left center and right center of a text layer, but I’m not getting what I’m expecting.
As an example, in the beam’s start point, I’ve put in:
[thisLayer.sourceRectAtTime(time,true).left,thisLayer.sourceRectAtTime(time,true).height/2]This however sends the beam start point way out to the left of the text layer and a bit up from it. Clearly I don’t know enough about sourceRectAtTime to use this properly. What am I doing wrong here?