background Opacity Transition
abstract fun backgroundOpacityTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
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
Content copied to clipboard
The opacity at which the background will be drawn.
DSL for backgroundOpacityTransition.