StyleTransition

class StyleTransition

Concrete implementation of the StyleTransition interface.

Types

Builder
Link copied to clipboard
class Builder

Builder for StyleTransitionImpl.

Functions

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

Assert an object is equal to this object.

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

Override the hash code calculation.

toValue
Link copied to clipboard
fun toValue(): Value

The Value representation of the transition object.

Properties

delay
Link copied to clipboard
val delay: Long?

Delay of the transition.

duration
Link copied to clipboard
val duration: Long?

Duration of the transition.