True if preserve transparency is enabled for the layer.Boolean; read/write.
Tag Archives: layer
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-
justification
The paragraph justification for the text layer.AParagraphJustification enumerated value; read-only. One of:ParagraphJustification.LEFT_JUSTIFYParagraphJusti
active
When true, the layer’s video is active at the current time.For this to be true, the layer must be enabled, no other layer may be soloing unless this layer i
activeViewer
The Viewer object for the currently focused or active-focused viewer Composition, Layer, or Footage panel.Returns null if no viewers are open.Viewer object;
replaceSource()
Replaces the source for this layer.newSource The new source AVItem object.fixExpressions True to adjust expressions for the new source, false otherwise. Not
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
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
moveAfter()
Moves this layer to a position immediately after below the specified layer.layer The target layer, a layer object in the same composition.Nothing.