lineOpacityTransition

abstract fun lineOpacityTransition(options: StyleTransition): LineLayer

The opacity at which the line will be drawn.

Set the LineOpacity property transition options

Parameters

options

transition options for Double

abstract fun lineOpacityTransition(block: StyleTransition.Builder.() -> Unit): LineLayer

The opacity at which the line will be drawn.

DSL for lineOpacityTransition.