textOpacityTransition

abstract fun textOpacityTransition(options: StyleTransition): SymbolLayer

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

The opacity at which the text will be drawn.

DSL for textOpacityTransition.