keyInInterpolationType()

記述

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

概要

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

引数

keyIndex

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

戻り値

A KeyframeInterpolationType(列挙型)

KeyframeInterpolationType.LINEAR

KeyframeInterpolationType.BEZIER

KeyframeInterpolationType.HOLD

リニア

ベジェ

停止

ノート