setInterpolationTypeAtKey()
記述
app.project.item(index).layer(index).propertySpec.setInterpolationTypeAtKey(keyIndex, inType, outType)
概要
指定したキーフレームのインおよびアウトの補間法を設定。
引数
keyIndex
inType
outType
キーフレームのインデックス。addKey()またはnearestKeyIndex()の戻り値に該当する[1〜numKeys]の整数値。
イン側の補間法。列挙型:
KeyframeInterpolationType.LINEAR
KeyframeInterpolationType.BEZIER
KeyframeInterpolationType.HOLD
(オプション)アウト側の補間法。このオプションの引数が与えられない場合は、inType(イン側)の値と同じになります。列挙型:
KeyframeInterpolationType.LINEAR
KeyframeInterpolationType.BEZIER
KeyframeInterpolationType.HOLD
戻り値
なし
ノート
After Effects ヘルプ / キーフレーム補間法
http://helpx.adobe.com/jp/after-effects/using/keyframe-interpolation.html