Builder

class Builder

Builder for StyleTransitionImpl.

Constructors

Link copied to clipboard
fun Builder()

Functions

Link copied to clipboard

Build the StyleTransitionImpl.

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

Delay of the transition.

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

Duration of the transition.

Properties

Link copied to clipboard
var delay: Long? = null

Delay of the transition.

Link copied to clipboard
var duration: Long? = null

Duration of the transition.