TransitionOptions

constructor(duration: Long, delay: Long)

Create a transition property based on duration and a delay.

Parameters

duration

the duration of the transition

delay

the delay to start the transition


constructor(duration: Long, delay: Long, enablePlacementTransitions: Boolean)

Create a transition property.

Parameters

duration

the duration of the transition

delay

the delay to start the transition

enablePlacementTransitions

the flag that describes whether the fade in/out symbol placement transition should be enabled. Defaults to true.