backgroundColorTransition

abstract fun backgroundColorTransition(options: StyleTransition): BackgroundLayer

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

The color with which the background will be drawn.

DSL for backgroundColorTransition.