textColorTransition

abstract fun textColorTransition(options: StyleTransition): SymbolLayer

Set the TextColor property transition options

Parameters

options

transition options for String

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

DSL for textColorTransition.