MQ
Size: a a a
MQ
AG
AG
CO
DK
CO
A
AM
pos = thisComp.layer("Shape Layer 1").transform.position;
posPrv = pos.valueAtTime(framesToTime(timeToFrames(time)-1));
lenX = pos[1] - posPrv[1];
lenY = pos[0] - posPrv[0];
res = lenX / lenY;
if(res){
res * 45;
}else{
0;
};
CO
AM
SI
AM
SI
MT
AM
AM
SI
VU