Hello
I tried my best for my zero level. Can you please correct me ?
AE project with entered (by me) expressions (I tried my best).
https://www.sendspace.com/file/8hqa3v
Video of what I am doing.
https://www.sendspace.com/file/g3fh1i
var txt = thisComp.layervar txt = thisComp.layer("TEXT+MARKERS");
var x = txt.sourceRectAtTime(time - txt.inPoint).width; //This will make the shape layer the same width as the text
var y = txt.sourceRectAtTime(time - txt.inPoint).height;
[x, y]var x = txt.sourceRectAtTime(time - txt.inPoint).width; //This will make the shape layer the same width as the text
var y = txt.sourceRectAtTime(time - txt.inPoint).height;
[x, y]
//In the shape layer go to content > rectangle path > position and put in...
content("Rectangle Path 1").size / 2;