Sometimes you need to scale an object without having the stroke changed. But After Effects doesn’t have a native function to this action. Therefore I’ve made a supporting expression fo fixed stroke.
Like and subscribe if it was useful ❤️
Expression:
index = transform.scale[0];
normalStroke = 10; //Change "10" to your wight stroke for 100% shape scale
(normalStroke / ( index / 100 ))
12+