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
When the state is set to .invisible, instead of sliding down to height 0 and disappear, it fades and shrinks to the center (I assume the only view left is the Handle, then disappears. The same applies when setting the visible state back
The text was updated successfully, but these errors were encountered:
I tried to change it adding .frame(maxWidth: .infinity) and .transition(.move(.bottom)) to the contained view and kinda works, but when I set the state to .invisible, because of how the hierarchy, the views are removed with a fade out animation, only the content view slides down, but the background and the handler are gone
When the state is set to
.invisible
, instead of sliding down to height 0 and disappear, it fades and shrinks to the center (I assume the only view left is theHandle
, then disappears. The same applies when setting the visible state backThe text was updated successfully, but these errors were encountered: