app.project.item(index).layer(index).propertySpec.setTemporalContinuousAtKey(keyIndex,newVal)
Description
Turns temporal continuity on or off for the specified keyframe.
When temporal continuity is turned on, it affects this keyframe only if the keyframe interpolation type is KeyframeInterpolationType.BEZIER for both keyInInterpolationType(keyIndex) and keyOutInterpolationType(keyIndex).
Parameters
keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the addKey or nearest-KeyIndex method.
newVal True to turn temporal continuity on, false to turn it off.
Returns
Nothing.