Fixed
Status Update
Comments
co...@google.com <co...@google.com>
co...@google.com <co...@google.com>
na...@google.com <na...@google.com> #2
The predictive back support will be added in our 1.1 version. It's expected to be available in alpha02 or alpha03.
Better motion customization support will also be available in 1.1, so you will be able to easily implement custom predictive back animation.
Currently you will have to provide your own AnimatedPane
implementation to do that.
Description
Most of the APIs that have something become visible or invisible expose a
AnimatedVisibilityScope
orAnimatedContentScope
.supportingPane exposes a LookaheadScope / ThreePaneScope. It should expose the above instead so that it can be properly integrated with
Modifier.sharedElement()
instead.