IOSSlideOut

@Serializable
data object IOSSlideOut : NavTransition(source)

iOS-style pop: outgoing screen slides left with a parallax scale-down effect.

Properties

Link copied to clipboard
@Transient
open val durationMillis: Int

Functions

Link copied to clipboard
fun NavTransition.resolve(screenWidth: Float, screenHeight: Float, isForward: Boolean = true): ResolvedNavTransition

Resolves this NavTransition into a ResolvedNavTransition with concrete per-frame lambdas.