Start native apps faster with the Composables CLI ->
Class

SlideConfig

Configuration parameters for the slide effect of an EnterTransition or ExitTransition.

Source set: Common
public class SlideConfig internal constructor(
    public val slideOffset: (fullSize: IntSize) -> IntOffset,
    public val animationSpec: FiniteAnimationSpec<IntOffset>,
)

Configuration parameters for the slide effect of an EnterTransition or ExitTransition.

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