iconOpacityTransition

abstract fun iconOpacityTransition(options: StyleTransition): SymbolLayer

The opacity at which the icon will be drawn.

Set the IconOpacity property transition options

Parameters

options

transition options for Double

abstract fun iconOpacityTransition(block: StyleTransition.Builder.() -> Unit): SymbolLayer

The opacity at which the icon will be drawn.

DSL for iconOpacityTransition.