model Opacity Transition
abstract fun modelOpacityTransition(options: StyleTransition): ModelLayer
Content copied to clipboard
The opacity of the model layer.
Set the ModelOpacity property transition options
Parameters
options
transition options for Double
abstract fun modelOpacityTransition(block: StyleTransition.Builder.() -> Unit): ModelLayer
Content copied to clipboard
The opacity of the model layer.
DSL for modelOpacityTransition.