android / compose-samples

Official Jetpack Compose samples.
https://developer.android.com/jetpack/compose
Apache License 2.0
19.84k stars 4.71k forks source link

Added predictive back animation to drawer #1448

Closed IanGClifton closed 2 weeks ago

IanGClifton commented 2 weeks ago

This uses a PredictiveBackHandler and collects the flow of back events to manipulate the translation. I created separate openDrawer and closeDrawer functions to reuse the code in both toggleDrawerState and in the PredictiveBackHandler implementation.