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.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

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.