[익스프레션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);
'----------------- > AE EXPRESSION' 카테고리의 다른 글
[익스프레션3] sourceRectAtTime (텍스트에 Bar크기 맞추기) (0) | 2018.08.31 |
---|---|
[익스프레션2] Auto fadeIn+fadeOut(오토 페이드 인) (0) | 2018.08.31 |
[익스프레션1] 부드러운 Scale, Rotation, Position ★★★★★ (0) | 2018.08.29 |