SlideInLeft

@Serializable
data object SlideInLeft : NavTransition(source)

Screen slides in from the left edge.

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.