keyOutInterpolationType()

記述

app.project.item(index).layer(index).propertySpec.keyOutInterpolationType(keyIndex)

概要

指定されたキーフレームのアウト側の「キーフレームの補間法」を戻り値として返します。

引数

keyIndex

キーフレームのインデックス。addKey()またはnearestKeyIndex()の戻り値に該当する[1〜numKeys]の整数値。

戻り値

A KeyframeInterpolationType(列挙型)

KeyframeInterpolationType.LINEAR //リニア

KeyframeInterpolationType.BEZIER //ベジェ

KeyframeInterpolationType.HOLD //停止

ノート