View all expressions
Transformation

Scale from Start to End of Composition

Gradually increases or decreases a layer’s scale from the start to the end of the comp. It works automatically over the full timeline.

Contributed by:


startScale = 100;
endScale = 120;
startTime = 0;
endTime = thisComp.duration;
progress = linear(time, startTime, endTime, startScale, endScale);
[progress, progress];

Scale from Start to End of Composition

Practical use case

Ideal for looping animations, slow zoom effects, or background scaling.

Check out similar expressions

Data-driven video workflows for After Effects are easier with Plainly.

a mesh of elegant lines transparent image