-
Pin a text layer to the bottom of a scaled shape layer
How can I pin a text layer to the bottom of a scaled shape layer without inheriting the scale?
Hi!
I have a shape layer (a vertical bar/rectangle) whose Y scale is driven by a JSON file, making it grow downward over time.
Now I want to place a text layer at the bottom edge of the shape, so it moves downward in sync as the shape scales. But I don’t want the text itself to scale.
The problem is:
- Parenting the text to the shape layer (or to a null object attached to it) causes it to inherit the Y scale, which distorts the text.
- Even if the null’s position is visually correct, its bounding box scales and so does the text.
What I’m looking for:
- A way to track the bottom Y position of the shape as it scales
- Keep the text moving with it but not scaling
Any expression based solutions or workarounds would be really appreciated!