-
Use linear() with a shape path
Is there a way to have property affect a path?
I tried to use a linear() function on my shape layer so that it blends between 2 keyframes whenever the scale of a null is triggered but of course it’s not that easy.
Any clues?
Thanks in advance!
var k1 = key(1).value;
var k2 = key(2).value;
var s = thisComp.layer("Null 1").transform.scale[0];
linear(s, 50, 100, k1, k2);