AE的弹性表达式
1、新建合成,新建一个空对象,添加Slider Control;输入文字。

3、然后,打开文字层的三维开关。x Rotation写:Math.sin(time*.4)*5+wiggle(1,11)y Rotation写:Math.tan(time*.4)*55+wiggle(1,11)z Rotation写:频率=1.5;振幅=26;衰减=0.8;theTime=thisComp.layer("Null 3").effect("Slider Control")("Slider")value+振幅*Math.sin(频率*theTime*2*Math.PI)/Math.exp(衰减*theTime)sin、cos、tan随便你啦!
