StyleTransition

Concrete implementation of the StyleTransition interface.

class StyleTransition

Types

Builder
Link copied to clipboard

Builder for StyleTransitionImpl.

class Builder

Functions

equals
Link copied to clipboard

Assert an object is equal to this object.

open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard

Override the hash code calculation.

open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String
toValue
Link copied to clipboard

The Value representation of the transition object.

fun toValue(): Value

Properties

delay
Link copied to clipboard

Delay of the transition.

val delay: Long?
duration
Link copied to clipboard

Duration of the transition.

val duration: Long?