Animation improvements

This commit is contained in:
Ali
2022-01-03 20:40:26 +04:00
parent 0b6a974d47
commit d9ac01d601
4 changed files with 18 additions and 15 deletions

View File

@@ -316,7 +316,7 @@ public final class ReactionContextNode: ASDisplayNode, UIScrollViewDelegate {
self.updateScrolling(transition: transition)
transition.updateFrame(node: self.backgroundNode, frame: backgroundFrame)
transition.updateFrame(node: self.backgroundNode, frame: backgroundFrame, beginWithCurrentState: true)
self.backgroundNode.update(
theme: self.theme,
size: backgroundFrame.size,