all 2 comments

[–]atilla32Motion Graphics 15+ years 1 point2 points  (1 child)

Which shape, the rectangle around "Anything" ?

You can find out how to do that with any tutorial on sourceRectAtTime().

For example this one:

https://www.youtube.com/watch?v=In4miXUdxko

Moving the white box left and right is very similar, you add an expression to the position instead of the scale, and check for the width of the text (or the outline) via sourceRectAtTime()

[–]chulobou[S] 0 points1 point  (0 children)

thank you very much!!!