text Opacity Transition
abstract fun textOpacityTransition(options: StyleTransition): SymbolLayer
Content copied to clipboard
The opacity at which the text will be drawn.
Set the TextOpacity property transition options
Parameters
options
transition options for Double
abstract fun textOpacityTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer
Content copied to clipboard
The opacity at which the text will be drawn.
DSL for textOpacityTransition.