app.project.item(index).layer(index).propertySpec.keyInInterpolationType(keyIndex)
Description
Returns the ‘in’ interpolation type for the specified keyframe.
Parameters
keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the addKey or nearest Key-Index method.
Returns
A KeyframeInterpolationType enumerated value; one of:
KeyframeInter polationType.LINEAR
KeyframeInter polationType.BEZIER
KeyframeInterpolationType.HOLD