Function

defaultPredictivePopTransitionSpec

Default transitionSpec for predictive pop navigation to be used by NavDisplay.

RevenueCat

RevenueCat

Add subscriptions to your apps in minutes

Ad Get started for free

defaultPredictivePopTransitionSpec

Common
public expect fun <T : Any> defaultPredictivePopTransitionSpec():
    AnimatedContentTransitionScope<Scene<T>>.(@NavigationEvent.SwipeEdge Int) -> ContentTransform

Default transitionSpec for predictive pop navigation to be used by NavDisplay.


defaultPredictivePopTransitionSpec

Android
public actual fun <T : Any> defaultPredictivePopTransitionSpec():
    AnimatedContentTransitionScope<Scene<T>>.(@NavigationEvent.SwipeEdge Int) -> ContentTransform