整理了几个 iOS 下比较常用的开源动画框架和一些示例。UI 动画在 iOS app 中的重要性不言而喻,它在很大程度上决定用户交互的体验。有时候使用UIView或者 CA 动画会比较复杂的话,就可以考虑尝试用一些第三方的动画框架来简化工作。这里收录的项目基本都是成熟可靠的第三方框架,即使不会马上用上,也不妨随意看看作为积累,这样在你遇到实际问题时可能可以回想到合适的方案
https://github.com/facebook/pop
https://github.com/schneiderandre/popping
https://github.com/MengTo/Spring
https://github.com/jwilling/JNWSpringAnimation
https://github.com/daltoniam/DCAnimationKit
https://github.com/robb/RBBAnimation
https://github.com/matthewcheok/POP-MCAnimate
https://github.com/jhurray/JHChainableAnimations
https://github.com/poetmountain/PMTween