mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
speeding the animation a bit
This commit is contained in:
@@ -143,6 +143,7 @@ struct Composer: View {
|
||||
}
|
||||
.clipShape(rect)
|
||||
.overlay(rect.stroke(borderColor, lineWidth: 1))
|
||||
.animation(.easeInOut(duration: 0.1), value: wysiwygViewModel.idealHeight)
|
||||
.padding(.horizontal, horizontalPadding)
|
||||
.padding(.top, 8)
|
||||
.onTapGesture {
|
||||
@@ -150,7 +151,6 @@ struct Composer: View {
|
||||
focused = true
|
||||
}
|
||||
}
|
||||
.animation(.easeInOut(duration: 0.15), value: wysiwygViewModel.idealHeight)
|
||||
HStack(spacing: 0) {
|
||||
Button {
|
||||
showSendMediaActions()
|
||||
|
||||
Reference in New Issue
Block a user