app.project.item(index).layer(index).propertySpec.keyInTemporalEase(keyIndex)
Description
Returns the incoming temporal ease 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-KeyIndex method.
Returns
Array of KeyframeEase objects:
• If the propertyvalue type is PropertyValueType.TwoD, the array contains 2 objects.
• If the propertyvalue type is PropertyValueType.ThreeD, the array contains 3 objects.
• For any other value type, the array contains 1 object.