improving animations

This commit is contained in:
Mauro Romito
2022-11-11 10:24:14 +01:00
parent 0af717e4f2
commit e3b6386a8c
2 changed files with 5 additions and 9 deletions
@@ -132,7 +132,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(.top, 8)
.onTapGesture {
if viewModel.focused {