整理了幾個(gè) iOS 下比較常用的開源動(dòng)畫框架和一些示例。UI 動(dòng)畫在 iOS app 中的重要性不言而喻,它在很大程度上決定用戶交互的體驗(yàn)。有時(shí)候使用UIView或者 CA 動(dòng)畫會(huì)比較復(fù)雜的話,就可以考慮嘗試用一些第三方的動(dòng)畫框架來簡化工作。這里收錄的項(xiàng)目基本都是成熟可靠的第三方框架,即使不會(huì)馬上用上,也不妨隨意看看作為積累,這樣在你遇到實(shí)際問題時(shí)可能可以回想到合適的方案
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

