improved the pan animation to be as the designs

This commit is contained in:
Mauro Romito
2022-11-09 17:07:05 +01:00
parent bf802b7b4a
commit 04f8e18634
5 changed files with 32 additions and 11 deletions
@@ -205,7 +205,7 @@ struct Composer: View {
}
.clipShape(rect)
.overlay(rect.stroke(borderColor, lineWidth: 1))
.animation(.easeInOut(duration: resizeAnimationDuration), value: wysiwygViewModel.idealHeight)
// .animation(.easeInOut(duration: resizeAnimationDuration), value: wysiwygViewModel.idealHeight)
.padding(.horizontal, horizontalPadding)
.padding(.top, 8)
.onTapGesture {