http://blog.csdn.net/u013741809/article/details/38511741 5 Steps For Using Facebook Pop // 1. Pick a Kind Of Animation 选择一种动画方式 // POPBasicAnimation POPSpringAnimation POPDecayAnimation POPSpringAnimation *basicAnimation = [POPSpringAnimation anima
https://github.com/facebook/pop Pop is an extensible animation engine for iOS and OS X. In addition to basic static animations, it supports spring and decay dynamic animations, making it useful for building realistic, physics-based interactions. The
动画可以让APP“更友好”的与用户交互,苹果提供很多的好看的动画供开发者使用,不过简单的平移.旋转.缩放.......使用起来很简单,但是想要进行一些比较复杂的动画效果,使用起来就比较难以实现,俗话说需求促进开发,facebook提供的开源的框架供我们免费使用,底层使用的是c++去实现,流畅度不输苹果的动画效果,甚至有的动画效果看起来比苹果提供的动画更“流畅”...... 这篇文章介绍大名鼎鼎的POP动画的使用 POP: https://github.com/facebook/pop POP