Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 374 Bytes

File metadata and controls

28 lines (15 loc) · 374 Bytes

camera.tintEnabled

Availability

Animate 2019

Usage

camera.tintEnabled

Type

Boolean

Description

Used to Enable/Disable tint. The value true is if camera is enabled otherwise false.

Example

The following example enables the tint:

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

timeline.camera.tintEnabled = true;