fillOpacityTransition

abstract fun fillOpacityTransition(options: StyleTransition): FillLayer

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

Set the FillOpacity property transition options

Parameters

options

transition options for Double

abstract fun fillOpacityTransition(block: StyleTransition.Builder.() -> Unit): FillLayer

The opacity of the entire fill layer. In contrast to the fill-color, this value will also affect the 1px stroke around the fill, if the stroke is used.

DSL for fillOpacityTransition.