Animate 2020.
timeline.advancedLayersEnabled
Property;A boolean value that specifies the advanced layers mode is enabled or disabled.
The following example enables the advanced layers mode.
var timeline = an.getDocumentDOM().getTimeline();
timeline.advancedLayersEnabled = true ;