2021. 6. 28. 14:05
delay = .1;
myDelay = delay*textIndex;
t = (time - inPoint) - myDelay;
if (t >= 0){
freq =2;
amplitude = 100;
decay = 8.0;
s = amplitude*Math.cos(freq*t*2*Math.PI)/Math.exp(decay*t);
[s,s]
}else{
value
}
'■꿀팁 > 에펙 익스프레션' 카테고리의 다른 글
| 오브젝트 텐션 익스프레션 (0) | 2026.08.10 |
|---|---|
| 에펙 자동 자막바 익스프레션 (0) | 2023.04.13 |
| 에펙반복 익스프레션 (0) | 2019.03.13 |
| 텍스트 애니 텐션익스프레션 (0) | 2019.02.19 |