Hey thank you for taking the time to respond to my posts.
This is the expression I’m applying to the stroke width:
s = transform.scale[0];
scaleFactor = 100/s;
value*scaleFactor;
I think what I’m starting to understand is that I need to make all these shapes on one shape layer for this particular animation, and just scale everything individually.
Sorry it took me that long to come to that realization, it’s just a workflow adjustment.