Documentation

opacity()

Sets the opacity of the element.

opacity(opacity: BindingOrValue<number | undefined>): this;

Parameters

Return value

The builder instance for chaining.

Related