Is there any way to utilize `WindowInsetsAnimation...
# compose
s
Is there any way to utilize 
WindowInsetsAnimation
within a Jetpack Compose project? This allows fine grain control and coordination of the keyboard animation (as described in this article). Most examples I've seen utilize
setWindowInsetsAnimationCallback
(like in this sample code) but I'm not sure how this would work in Compose?
👀 1
s
s
@Se7eN that's what we're currently using, which gives basic insets, but not the new animation support. I have already filed an issue https://github.com/chrisbanes/accompanist/issues/140
🆗 1
r
What are insets?