Builder

class Builder

Builder for StyleTransitionImpl.

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard
fun build(): StyleTransition

Build the StyleTransitionImpl.

delay
Link copied to clipboard
fun delay(delay: Long): StyleTransition.Builder

Delay of the transition.

duration
Link copied to clipboard
fun duration(duration: Long): StyleTransition.Builder

Duration of the transition.

Properties

delay
Link copied to clipboard
var delay: Long? = null

Delay of the transition.

duration
Link copied to clipboard
var duration: Long? = null

Duration of the transition.