This commit is contained in:
Ali
2021-04-27 18:38:00 +04:00
parent 1725af4c9e
commit c07f1f4631
17 changed files with 351 additions and 135 deletions

View File

@@ -717,6 +717,10 @@ class ChatMessageBubbleItemNode: ChatMessageItemView, ChatMessagePreviewItemNode
}
return nil
}
func animateContentFromMediaInput(snapshotView: UIView, horizontalTransition: ContainedViewLayoutTransition, verticalTransition: ContainedViewLayoutTransition) {
self.mainContextSourceNode.contentNode.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.1)
}
override func didLoad() {
super.didLoad()