backgroundColorTransition

abstract fun backgroundColorTransition(options: StyleTransition): BackgroundLayer

Set the BackgroundColor property transition options

Parameters

options

transition options for String

abstract fun backgroundColorTransition(block: StyleTransition.Builder.() -> Unit): BackgroundLayer

DSL for backgroundColorTransition.