Skip to content
kerrishotts edited this page Apr 1, 2013 · 1 revision

(part of UI.View)

Type: number

Default: 1.0

The opacity of the view. When changed, sends a opacityDidChange notification. A view with opacity of 0.0 will essentially be invisible, but the visible property will not indicate this.

Usage

var aView = new UI.View();
aView.opacity = 0.5;

Version

0.3 Introduced; Docs Valid.

Clone this wiki locally