Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 401 Bytes

File metadata and controls

24 lines (13 loc) · 401 Bytes

timeline.advancedLayersEnabled

Availability

Animate 2020.

Usage

timeline.advancedLayersEnabled

Description

Property;A boolean value that specifies the advanced layers mode is enabled or disabled.

Example

The following example enables the advanced layers mode.

var timeline = an.getDocumentDOM().getTimeline();
timeline.advancedLayersEnabled = true ;