PartialContentTransform

data class PartialContentTransform(val enter: EnterTransition?, val exit: ExitTransition?, val zIndex: Float?, val sizeTransform: SizeTransform?)(source)

Represents a partial ContentTransform for animated navigation.

This class allows you to customize specific parts of a ContentTransform, such as the enter transition, exit transition, z-index, and size transform.

See also

Constructors

Link copied to clipboard
constructor(enter: EnterTransition?, exit: ExitTransition?, zIndex: Float?, sizeTransform: SizeTransform?)

Types

Link copied to clipboard

Builder for creating a PartialContentTransform.

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The EnterTransition to use when a screen enters the view.

Link copied to clipboard

The ExitTransition to use when a screen exits the view.

Link copied to clipboard

The SizeTransform to use during the transition.

Link copied to clipboard

The z-index of the screen during the transition.