mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 11:23:48 +00:00
Increase animation duration
This commit is contained in:
parent
1f23e1a52f
commit
990cfe7aad
@ -880,7 +880,7 @@ private final class ContextControllerNode: ViewControllerTracingNode, UIScrollVi
|
|||||||
if let validLayout = self.validLayout {
|
if let validLayout = self.validLayout {
|
||||||
self.updateLayout(
|
self.updateLayout(
|
||||||
layout: validLayout,
|
layout: validLayout,
|
||||||
transition: .animated(duration: 0.25, curve: .easeInOut),
|
transition: .animated(duration: 0.35, curve: .easeInOut),
|
||||||
previousActionsContainerNode: nil
|
previousActionsContainerNode: nil
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user