Fixed
Status Update
Comments
ma...@google.com <ma...@google.com> #2
Tram, can you confirm that the behavior is correct if the modifier is moved to the composable inside the AnimatedPane?
an...@sigma.software <an...@sigma.software> #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
ap...@google.com <ap...@google.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.
Description
Revisit the decoration box APIs for text field in Material 2 and 3 (
OutlinedTextFieldDecorationBox
,TextFieldDecorationBox
,indicatorLine
,BorderBox
, etc.) and see if they can be stabilized.