You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I were to wrap this componnent into Column() the scroll animation for this component would be affected by the specified .animateSharedElementTransition(). In my opinion the animation should only apply when the specified rememberSaveable bool is updated, i.e., for the dynamic transition.
The text was updated successfully, but these errors were encountered:
Given for example I have this component:
If I were to wrap this componnent into
Column()
the scroll animation for this component would be affected by the specified.animateSharedElementTransition()
. In my opinion the animation should only apply when the specifiedrememberSaveable
bool is updated, i.e., for the dynamic transition.The text was updated successfully, but these errors were encountered: