backgroundOpacityTransition

abstract fun backgroundOpacityTransition(options: StyleTransition): BackgroundLayer

The opacity at which the background will be drawn.

Set the BackgroundOpacity property transition options

Parameters

options

transition options for Double

abstract fun backgroundOpacityTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer

The opacity at which the background will be drawn.

DSL for backgroundOpacityTransition.