mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
increase animation time
This commit is contained in:
@@ -1567,7 +1567,7 @@ struct FadeInChatItem: ViewModifier {
|
||||
.onAppear {
|
||||
if !isVisible {
|
||||
Self.items.remove(chatItemId)
|
||||
withAnimation { isVisible = true }
|
||||
withAnimation(.easeInOut(duration: 0.5)) { isVisible = true }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user