Sheet contains two ScrollViews: vertical and horizontal. If you drag the sheet, then when these ScrollViews appear, the default animation appears, which I want to get rid of.
Is there any way to remove this animation?
example
I tried to use the following code
.transition(.opacity)
.animation(.none)