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(duration: Long = 0, delay: Long = 0)

Construct the Transition with duration and delay.

Types

Link copied to clipboard
object Companion

Public companion object.

Properties

Link copied to clipboard