after affectsエクスプレッション

after affectsエクスプレッション適用方法

適用プロパティを選択、ストップウォッチのボタンをAlt+クリック
プロパティ選択でアニメーションのメニューのエクスプレッション追加をクリック。

after affectsエクスプレッション一覧
loopOut(Type=”cycle”)
キーフレームを繰り返し。

loopOut(type = “cycle”, numKeyframes = 0)
10フレーム以降よりループしたい時はloopOut(type = “cycle”, numKeyframes = 10)

random(■,■)
■は任意数字を入力。(例 10:100)

a = random(0,100);
b = random(0,100);
[a,b];

wiggle(0.1,5)の場合は、1秒間に0.1回、5ピクセル数値が変わります。

time*■
■は任意数字を入力。(例 10)

time*10入力した場合、3秒後には30°回転。

ループエクスプレッション
loopIn(type = “cycle”, numKeyframes = 0)
loopOut(type = “cycle”, numKeyframes = 0)
loopInDuration(type = “cycle”, duration = 0)
loopOutDuration(type = “cycle”, duration = 0)

Blogに戻る >