Reaction and status improvements

This commit is contained in:
Ali
2022-08-23 02:58:31 +03:00
parent 5b12540c44
commit 5d969ed2af
55 changed files with 1475 additions and 748 deletions

View File

@@ -39,6 +39,7 @@ protocol RootAnimationLayer: CALayer {
func getOriginalValue(for keypath: AnimationKeypath, atFrame: AnimationFrameTime?) -> Any?
func layer(for keypath: AnimationKeypath) -> CALayer?
func allLayers(for keypath: AnimationKeypath) -> [CALayer]
func animatorNodes(for keypath: AnimationKeypath) -> [AnimatorNode]?
}