TransitionOptions

Resembles transition property from the style specification.

See also

Constructors

Link copied to clipboard
constructor(duration: Long, delay: Long)
Create a transition property based on duration and a delay.
constructor(duration: Long, delay: Long, enablePlacementTransitions: Boolean)
Create a transition property.

Properties

Link copied to clipboard
open val delay: Long
Link copied to clipboard
open val duration: Long

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
open fun fromTransitionOptions(duration: Long, delay: Long): TransitionOptions
Create a transition property based on duration and a delay.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
Get the flag that describes whether the fade in/out symbol placement transition should be enabled.
Link copied to clipboard
open fun toString(): String