background Color Transition
abstract fun backgroundColorTransition(options: StyleTransition): BackgroundLayer
Content copied to clipboard
The color with which the background will be drawn.
Set the BackgroundColor property transition options
Parameters
options
transition options for String
abstract fun backgroundColorTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer
Content copied to clipboard
The color with which the background will be drawn.
DSL for backgroundColorTransition.