Returns true if the specified keyframe is selected.keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the addKey or n
Category Archives: PropertyBase object
isTimeVarying
When true, the named property is time varyingラthat is, it has keyframes or an enabled expression. When this attribute is true, the attribute canVaryOverTime
setSelectedAtKey()
Selects or deselects the specified keyframe.keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the addKey or nearest-
numProperties
The number of indexed properties in this group.For layers, this method returns a value of 3, corresponding to the mask, effect, and motion tracker groups, w
valueAtTime()
The value of the named property as evaluated at the specified time.Note that the type of value returned is not made explicit; it will be of a different type
canVaryOverTime
When true, the named property can vary over timeラthat is, keyframe values or expressions can be written to this property.Boolean; read-only.
keySpatialAutoBezier()
Returns true if the specified keyframe has spatial auto-Bezier interpolation. This type of interpolation affectsthis keyframe only if keySpatialContinuous k
parentProperty
The property group that is the immediate parent of this property, or null if this PropertyBase is a layer.PropertyGroup object or null; read-only.