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