compose-backstack icon indicating copy to clipboard operation
compose-backstack copied to clipboard

Simple composable for rendering transitions between backstacks.

Results 13 compose-backstack issues
Sort by recently updated
recently updated
newest added

Android navigation providers like fragments, jetpack nav, and this one are expected to provide `Lifecycle`s to their child content that represents the lifecycle of their navigation frame, and saved state...

Animating entire screens is one use case for this library, but it's not uncommon to need to animate particular parts of those screens differently or independently. The Android animation APIs...

Instead of passing in a single `BackstackTransition`, should take a function of `(top: T, below: T, direction) -> BackstackTransition`. Should provide a helper to convert a `BackstackTransition` into a function...

Probably requires making this library MPP, but that should be about it. The same implementation should work out of the box.

The API should allow the caller to directly control the `progress` used to calculate visibility for transition modifiers. When the progress is specified, the top two elements of the stack...

https://developer.android.com/reference/kotlin/androidx/ui/animation/package-summary#transitionsEnabled:kotlin.Boolean