Problems with animated text using sourceRectAtTime
Hello, Im doing an animated text inside a Rectangle.
The animation is like the "Typewriter" template, but instead of opacity I used scale 0%
The animation works great if i play it from frame 0, but if i grab the Text and Rectangle layer and move to the frame 100, the Rectangle is already in full size when my text is empty.
Is like the size of my text is being read from the layer timeline, instead of the composition timeline.
Expression im using in my Rectangle
x = thisComp.layer("text").sourceRectAtTime().width;
y = thisComp.layer("text").sourceRectAtTime().height;
[x,y]
