Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 652 Bytes

File metadata and controls

29 lines (16 loc) · 652 Bytes

layer.getBlendModeAtFrame()

Availability

Animate 2020.

Usage

layer.getBlendModeAtFrame(frameIndex)

Parameters

frameIndex - It is an integer that specifies absolute frame index.

Returns

A string value that specifies the blending mode applied at the particular frame.

Description

Method; A string value that specifies the blending mode applied at the particular frame.

Example

The following example displays the name of the blending mode applied at the first frame of the first layer in the Output panel:

an.trace(an.getDocumentDOM().getTimeline().layers[0].getBlendModeAtFrame(0));