TransitionOptions(androidJvm)

The `transition options` controls timing for the interpolation between a transitionable style property's previous value and new value. These can be used to define the style default property transition behavior. Also, any transitionable style property may also have its own `-transition` property that defines specific transition timing for that specific layer property, overriding the global transition values.

class TransitionOptions(androidJvm) : Serializable

Types

Builder
Link copied to clipboard
class Builder

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toBuilder
Link copied to clipboard
open fun toBuilder(): TransitionOptions.Builder
toString
Link copied to clipboard
open fun toString(): String

Properties

delay
Link copied to clipboard
private val delay: Long
duration
Link copied to clipboard
private val duration: Long
enablePlacementTransitions
Link copied to clipboard
private val enablePlacementTransitions: Boolean