rasterOpacityTransition

abstract fun rasterOpacityTransition(options: StyleTransition): RasterLayer

The opacity at which the image will be drawn.

Set the RasterOpacity property transition options

Parameters

options

transition options for Double

abstract fun rasterOpacityTransition(block: StyleTransition.Builder.() -> Unit): RasterLayer

The opacity at which the image will be drawn.

DSL for rasterOpacityTransition.