Returns the incoming spatial tangent for the specified keyframe, if the named property is spatial that is, the value type is TwoD _SPATIAL or ThreeD_SPATIAL
Monthly Archives: March 2015
keyInInterpolationType()
Returns the ‘in’ interpolation type for the specified keyframe.keyIndex The index for the keyframe. An integer in the range [1..numKeys], as returned by the
isInterpolationTypeValid()
Returns true if the named property can be interpolated using the specified keyframe interpolation type.typeAKeyframeInterpolationType enumerated value; one
getSeparationFollower()
For a separated, multidimensional property, retrieves a specific follower property. For example, you can use this method on the Position property to access
addKey()
Adds a new keyframe or marker to the named property at the specified time and returns the index of the new keyframe.time The time, in seconds, at which to a
value
The value of the named property at the current time.ユ If expressionEnabled is true, returns the evaluated expression value.ユ If there are keyframes, returns
unitsText
The text description of the units in which the value is expressed.String; read-only.
separationLeader
The original multidimensional property for this separated follower. For example, if the current property is Y Position, this attributeメs value points to the
separationDimension
For a separated follower, the dimension number it represents in the multidimensional leader. The first dimension starts at 0.Forexample, the Y Position prop
selectedKeys
The indices of all the selected keyframes in the named property. If no keyframes are selected, or if the propertyhas no keyframes, returns an empty array.Ar