keyOutTemporalEase()

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

Description

Returns the outgoing 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.

Other Tags

Posted in Property object and tagged , , , , , , .