Animate 2019
camera.cameraEnabled
Boolean
Used to Enable/Disable camera. The value is true if camera is enabled otherwise false.
The following example enables the camera:
var timeline = an.getDocumentDOM().getTimeline();
timeline.camera.cameraEnabled = true;