Skip to content

opacity

元素的不透明度。

关键属性

opacity: number

元素的不透明度,取值范围为 0 ~ 1, 默认为 1。

计算属性(只读)

worldOpacity: number

元素在全局视图中的不透明度(会受父元素影响)。

visible 为 false 时,此属性值为 0。

归属

UI

Released under the MIT License.