Closed sjmueller closed 3 years ago
With the introduction of Insets to accompanist, are there any plans to add support for WindowInsetsAnimation? This allows fine grain control and coordination of the keyboard animation (as described in this article):
WindowInsetsAnimation
I found some code that shows how to add the callback within MainActivity, but it's not a jetpack compose app and so the content property isn't available: https://github.com/siyehua/WindowInsetsAnimation/blob/a31ea8f5d73d29fcfcaa8f7386b66ed7297f8aea/app/src/main/java/com/example/myapplication/MainActivity.kt
content
Hi Sam, yep it's something I'm already thinking about. Stay tuned.
This was added 0.4.0.
With the introduction of Insets to accompanist, are there any plans to add support for
WindowInsetsAnimation
? This allows fine grain control and coordination of the keyboard animation (as described in this article):I found some code that shows how to add the callback within MainActivity, but it's not a jetpack compose app and so the
content
property isn't available: https://github.com/siyehua/WindowInsetsAnimation/blob/a31ea8f5d73d29fcfcaa8f7386b66ed7297f8aea/app/src/main/java/com/example/myapplication/MainActivity.kt