@buoge
2017-10-24T19:58:54.000000Z
字数 696
阅读 1127
iOS
http://mathewsanders.com/prototyping-iOS-iPhone-iPad-animations-in-swift/
如果把iOS动画分为两类: 交互式动画, 播放式动画
播放动画完全可以使用Lottie来完成
https://juejin.im/post/59bf8e4d6fb9a00a583178bc?utm_source=gold_browser_extension
在iOS实际开发中常用的动画无非是以下四种:UIView动画,核心动画,帧动画,自定义转场动画。下面我们逐个介绍。
http://www.jianshu.com/p/9fa025c42261
在iOS中,实现动画有两种方法。一个是统一的animateWithDuration,另一个是组合出现的beginAnimations和commitAnimations。这三个方法都是类方法。
http://www.hangge.com/blog/cache/detail_664.html
http://www.jianshu.com/p/1a02bbcb1e24
http://www.iosxxx.com/blog/2015-11-01-coreanimationdong-hua-ru-men.html