专题文章
时长:00:00更新时间:2024-10-13 02:10:51
1.首先,创建一个新的合成,并输入你想要显示的文字。将每个文字的锚点(Anchor Point)移动到顶部。2.选择一个字母,并为其编写表达式。使用以下表达式。`frequency = 5;`。`amplitude = 10;`。`decay = 1;`。`copy content to clipboard t = time - marker.key(1).time;`。`// Use * on the numpad to create a marker`。`posCos = Math.abs(Math.cos(frequency * t * 2 * Math.PI));`。`y = amplitude * posCos / Math.exp(decay * t);`。
查看详情