Transition

data class Transition

Defines the timing for the interpolation between a transitionable style layer property's previous value and new value.

Parameters

value

the transition wrapped in Value to be used with native renderer.

Constructors

Link copied to clipboard
fun Transition(durationMillis: Long = 0, delayMillis: Long = 0)

Construct the Transition with duration and delay.

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard
val delayMillis: Long

Get the delay of the Transition in milliseconds.

Link copied to clipboard
val durationMillis: Long

Get the duration of the Transition in milliseconds.

Link copied to clipboard
val value: Value