Tutorial
조건문 오파시티 조절할 경우 익스프레션
ovcos
2014. 8. 12. 14:16
XX=thisComp.layer("Null 22").effect("Slider Control")("Slider");
if ( XX <= 2 ) {
linear(XX,1,2,0,100);
}
else if ( XX <= 3 ) {
linear(XX,2,3,100,0);
}