Builder

Builder for StyleTransitionImpl.

class Builder

Constructors

Builder
Link copied to clipboard
fun Builder()

Functions

build
Link copied to clipboard

Build the StyleTransitionImpl.

fun build(): StyleTransition
delay
Link copied to clipboard

Delay of the transition.

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

Duration of the transition.

fun duration(duration: Long): StyleTransition.Builder
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

delay
Link copied to clipboard

Delay of the transition.

var delay: Long?
duration
Link copied to clipboard

Duration of the transition.

var duration: Long?