keyOutInterpolationType()
記述
app.project.item(index).layer(index).propertySpec.keyOutInterpolationType(keyIndex)
概要
指定されたキーフレームのアウト側の「キーフレームの補間法」を戻り値として返します。
引数
戻り値
A KeyframeInterpolationType(列挙型)
KeyframeInterpolationType.LINEAR //リニア
KeyframeInterpolationType.BEZIER //ベジェ
KeyframeInterpolationType.HOLD //停止
ノート