NavAnimation

data class NavAnimation(target: TransitionKey, current: TransitionKey) : Parcelable

Parameters

target

Set the transition for the target destination composable.

current

Set the transition for the current destination composable.

Constructors

Link copied to clipboard
fun NavAnimation(target: TransitionKey = None, current: TransitionKey = None)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
var current: TransitionKey
Link copied to clipboard
var target: TransitionKey