[익스프레션4] 바의 위치에 따라 글자의 크기와 투명도 낮아짐

크기(Scale)값에 적용될 익스프레션

A = thisComp.layer("Shape Layer 1").toComp(anchorPoint)[1];
B = thisLayer.toComp(anchorPoint)[1];
C = length(A, B);
D = linear(C, 0, 110, 100, 90);
[D, D]


투명도(Opacity)에 적용될 익스프레션

A = thisComp.layer("Shape Layer 1").toComp(anchorPoint)[1];
B = thisLayer.toComp(anchorPoint)[1];
C = length(A, B);
D = linear(C, 0, 110, 100, 10);



+ Recent posts