Assigned
Status Update
Comments
co...@google.com <co...@google.com>
ap...@google.com <ap...@google.com> #2
Tram, can you confirm that the behavior is correct if the modifier is moved to the composable inside the AnimatedPane?
na...@google.com <na...@google.com> #3
Hi Max, yes when the modifiers are moved to the composable inside the AnimatedPane, the PB animations are better than when the modifiers are in the AnimatedPane itself
kh...@gmail.com <kh...@gmail.com> #5
After some investigation, I can conclude this behavior is consistent with other animation "wrapper" composables, e.g. AnimatedVisibility
. Modifiers should indeed be applied to the children in order to properly participate in the animation.
ma...@google.com <ma...@google.com> #6
Hi, thanks for the ping.
Over to Shalom to handle
sg...@google.com <sg...@google.com>
cl...@gmail.com <cl...@gmail.com> #7
This still happens in version "2024.11.00" of the compose bom for me as well
ad...@gmail.com <ad...@gmail.com> #8
This still happens with 2025.02.00 too.
Description
The
contentPadding
does include the insets to be applied to the inner content.