Source set: Common
public class EnterExitTransitionConfig internal constructor(
public val fade: FadeConfig? = null,
public val slide: SlideConfig? = null,
public val changeSize: ChangeSizeConfig? = null,
public val scale: ScaleConfig? = null,
@get:Suppress("GetterSetterNames") public val veil: VeilConfig? = null,
internal val hold: Boolean = false,
internal val effectsMap: Map<TransitionEffectKey<*>, TransitionEffect> = emptyMap(),
)
Configurations for all transitions within an EnterTransition or ExitTransition.
This class exposes the internal parameters for all transition effects that have been combined into the transition. If an effect is not present in the transition, its corresponding configuration property will be null.
Functions
equals
Source set: Common
override fun equals(other: Any?): Boolean
hashCode
Source set: Common
override fun hashCode(): Int
toString
Source set: Common
override fun toString(): String