opacity
Gets or sets the group opacity. Inherited from Element.opacity
The opacity of any child groups and elements will be multiplied by this value.
Parameters
opacity Number
The group opacity. Ranges from 0 (completely transparent) to 1 (completely opaque).
Returns
Number
The current group opacity.
In this article