不透明度プロパティにエクスプレッション追加

パラメータ

普通の点滅:

100*Math.sin(time*5);

跳ねるような点滅:

Math.abs(100*Math.sin(time*Math.PI*1));

チカチカ点滅:

Math.abs(Math.sin(time* 20))*100;

参考:

https://ae-style.net/tutorials/t09.html https://eizou-world.com/aftereffects-recommend-expression/