码迷,mamicode.com
首页 >  
搜索关键字:property animation    ( 11147个结果
Animation组件
【Animation组件】 Animation是Unity3D中老的动画组件,从4.x起已全面被MecAnim中的Animator组建所替代。但是4.x仍保留了Animation组件,所以了解此组件还是十分有必要。 通过以下菜单可以给obj添加Animation组件。 Animation组...
分类:其他好文   时间:2014-06-04 17:59:58    阅读次数:242
iOS: 属性列表介绍 Introduction to Property Lists
iOS: 属性列表介绍 Introduction to Property Lists从本质上说, 属性列表就是苹果的对象数据序列化与反序列化方式属性列表使用几种数据类型把数据组织为键值表和值表 Property lists organize data into named values and li...
分类:移动开发   时间:2014-06-04 17:09:32    阅读次数:274
Animation Parameter
【Animation Parameter】 Animation Parameters are variables that are defined within the animation system but can also be accessed and assigned values fr....
分类:其他好文   时间:2014-06-04 16:29:33    阅读次数:304
情感的艺术3D角色动画
3D人物造型When drawn animation frame by frame, the images have a tendency to change, at least a little, but it increased by at least movement, even his ca...
分类:其他好文   时间:2014-06-02 22:19:26    阅读次数:379
用 Core Animation 实现图片的碎片化
用 Core Animation 实现图片的碎片化参考书籍:效果如下:原理其实非常简单哦:)。1. 创建一个CALayer,使用其 contents 属性来装载一张图片(获取图片的CGImage)2. 根据frame值裁剪图片,然后将裁剪的图片赋给你创建的更小的CALayer3. 实现这些更小的CA...
分类:其他好文   时间:2014-06-02 11:37:09    阅读次数:337
JavaScript Patterns 3.5 JSON
The only syntax difference between JSON and the object literal is that property names need to be wrapped in quotes to be valid JSON. In object literal...
分类:编程语言   时间:2014-06-02 09:31:41    阅读次数:394
学习IOS开发UI篇--UI知识点总结(二) UILabel/UIImageView
UILabel:常用属性@property(nonatomic,copy) NSString *text; // default is nil@property(nonatomic,retain) UIFont *font; // default is...
分类:移动开发   时间:2014-06-02 00:03:51    阅读次数:432
学习IOS开发UI篇--UI知识点总结(三) UIScrollView/UIPageControl/NSTimer
UIScrollView:常用属性@property(nonatomic) UIEdgeInsets contentInset; // default UIEdgeInsetsZero. add additional scroll area around content@prop...
分类:移动开发   时间:2014-06-01 23:53:28    阅读次数:505
Tween动画TranslateAnimation细节介绍
Tween动画有以下这几种: Animation   动画 AlphaAnimation 渐变透明度 RotateAnimation 画面旋转 ScaleAnimation 渐变尺寸缩放 TranslateAnimation 位置移动 AnimationSet  动画集 今天主要讲讲TranslateAnimation, 主要的属性有...
分类:其他好文   时间:2014-06-01 18:11:16    阅读次数:352
学习IOS开发UI篇--UI知识点总结(四) UITabelView/UITableViewCell
UITabelView:常用属性@property (nonatomic) CGFloat rowHeight; // will return the default value if unset@property (nonatomic) CGFloat sect...
分类:移动开发   时间:2014-06-01 17:07:41    阅读次数:394
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!