关于动画框架的整理(1)
2015-09-10 本文已影响557人
评评分分
整理了几个 iOS 下比较常用的开源动画框架和一些示例。UI 动画在 iOS app 中的重要性不言而喻,它在很大程度上决定用户交互的体验。有时候使用UIView或者 CA 动画会比较复杂的话,就可以考虑尝试用一些第三方的动画框架来简化工作。这里收录的项目基本都是成熟可靠的第三方框架,即使不会马上用上,也不妨随意看看作为积累,这样在你遇到实际问题时可能可以回想到合适的方案
https://github.com/facebook/pop
![](https://github.com/facebook/pop/raw/master/Images/pop.gif?raw=true)
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/jhurray/JHChainableAnimations/raw/master/img/logo.png)
![](https://raw.githubusercontent.com/jhurray/JHChainableAnimations/master/img/JHChainableAnimationsExample1.png)
![](https://raw.githubusercontent.com/jhurray/JHChainableAnimations/master/Gifs/JHChainableAnimationsExample1.gif)
![](https://github.com/jhurray/JHChainableAnimations/raw/master/img/JHChainableAnimationsExample2.png)
![](https://github.com/jhurray/JHChainableAnimations/raw/master/Gifs/JHChainableAnimationsExample2.gif)
![](https://github.com/jhurray/JHChainableAnimations/raw/master/img/JHChainableAnimationsExample3.png)
![](https://github.com/jhurray/JHChainableAnimations/raw/master/Gifs/JHChainableAnimationsExample3.gif)
https://github.com/poetmountain/PMTween
https://github.com/IFTTT/JazzHands