Hello team, Need your help ! Watch the video and g...
# compose
a
Hello team, Need your help ! Watch the video and guide on how slack have implemented this transition. Through my own research I found that they host a fab button in compose view and upon clicking it transition to a composable like dialog that is attached to a LayoutNode on top of RootOwner. Any guidance?
p
You can use animateContentSize modifier with alignment to bottomEnd https://developer.android.com/develop/ui/compose/animation/composables-modifiers#animateContentSize
a
Yeah, it would work but that would create gpu overdraw but if you look in slack there's no overdraw region.