Various Improvements

This commit is contained in:
Ilya Laktyushin
2021-07-24 09:52:45 +03:00
parent da9d213e8b
commit c5e3bf2eff
11 changed files with 644 additions and 59 deletions

View File

@@ -491,6 +491,9 @@ open class ListViewItemNode: ASDisplayNode, AccessibilityFocusableNode {
if let update = update {
update(progress, currentValue)
}
if progress == 1.0 {
strongSelf.apparentHeightTransition = nil
}
}
})
self.setAnimationForKey("apparentHeight", animation: animation)