How do you not scale strokes in After Effects? [Expression]

Опубликовано: 02 Апрель 2026
на канале: Shake my art
11,779
248

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+