isInterpolationTypeValid()

記述

app.project.item(index).layer(index).propertySpec.isInterpolationTypeValid(type)

概要

プロパティが指定したタイプのフレーム補間法を使用できる場合はtrueが戻り値として返されます。

引数

type

キーレフーム補間法を列挙型で指定。

KeyframeInterpolationType.LINEAR

KeyframeInterpolationType.BEZIER

KeyframeInterpolationType.HOLD

戻り値

Boolean(論理値)

ノート