iOS 动画引擎 INTUAnimationEngine
- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/intuit/AnimationEngine
软件介绍
INTUAnimationEngine是一个动画引擎,可以方便地定制很多动画效果。可以自定义动画,自定义动画时间,自定义动画完成的回调等等。
示例代码:
+ (INTUAnimationID)animateWithDuration:(NSTimeInterval)duration delay:(NSTimeInterval)delay easing:(INTUEasingFunction)easingFunction animations:(void (^)(CGFloat progress))animations completion:(void (^)(BOOL finished))completion;
HTML Dog
Patrick Griffiths / New Riders Press / 2006-11-22 / USD 49.99
For readers who want to design Web pages that load quickly, are easy to update, accessible to all, work on all browsers and can be quickly adapted to different media, this comprehensive guide represen......一起来看看 《HTML Dog》 这本书的介绍吧!
