Transition

data class Transition : HoldsValue

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.

Functions

Link copied to clipboard

True if the this value is not INITIAL

Properties

Link copied to clipboard

Get the delay of the Transition in milliseconds.

Link copied to clipboard

Get the duration of the Transition in milliseconds.

Link copied to clipboard
open override val value: Value