码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
引擎设计跟踪(九.14) 更新记录和骨骼动画导出
骨骼动画是去年打算写的部分, 但是中间因为工作太忙, 已经拖了一年了. 期间也加了其他东西, 比如对UI做了部分完善.UI对toolbar button添加了drop down 支持,一种是dropdown menu,一种是dropdown property sheet实现这些控件不难, 但是要做抽...
分类:其他好文   时间:2014-07-22 23:14:33    阅读次数:487
图片操作,CoreImage、存储、截屏
1.图片的处理,CoreImage添加CoreImage的属性,并生成synthesize@property (nonatomic,strong) CIContext *context;@property (nonatomic,strong) CIFilter *filter1;@property ...
分类:其他好文   时间:2014-07-22 23:14:15    阅读次数:369
IOS-简单WebView的使用
//要实现UIWebViewDelegate代理@interface TestViewController : UIViewController{ UIWebView *protWebView;}@property (retain, nonatomic) IBOutletUIWebView *pr....
分类:移动开发   时间:2014-05-01 15:13:29    阅读次数:420
Mybatis 错误Illegal overloaded getter method ....
错误描述:Illegal overloaded getter method with ambiguous type for property parent in class class cn.domain.Menu. This breaks the JavaBeans specification a...
分类:其他好文   时间:2014-04-30 15:24:40    阅读次数:6857
D3 API总览
学习外国的框架,零零星星和点点滴滴是不行的,还是要有一个高屋建瓴总揽全局的看法,所以就看看D3都有哪些方法。core:selection, transition, arrays, math, loading external resources, string formatting, csv for...
分类:Windows程序   时间:2014-04-30 13:54:23    阅读次数:656
#define DELAY_ONE_MICROSECOND (-10) 时间是负数的原因
以下摘自DOOM的博文《内核同步对象 》 http://blog.csdn.net/lqk1985/article/details/2541867 “最后一个参数&timeout是一个64位超时值的地址,单位为100纳秒。正数的超时表示一个从1601年1月1日起的绝对时间。调用KeQ...
分类:其他好文   时间:2014-04-30 00:12:11    阅读次数:568
IOS简单的登陆界面
主要需要注意的几个问题: 1.导入图片方式最好用文件导入 代码: 在ViewController.m文件中 2.UILable常用属性 @property(nonatomic,copy) NSString *text; //设置文本内容 @...
分类:移动开发   时间:2014-04-29 22:28:37    阅读次数:616
CATransition 实践
时间差不够,导致闪屏 CATransition *animation = [CATransition animation]; animation.delegate = self; animation.duration = DurationTime ; //动画持续时间如果一个页面...
分类:其他好文   时间:2014-04-29 18:40:49    阅读次数:469
[stm32] 按键
防抖时间设的不是太好.... 1 /* 2 ::按键控制 3 PA8接LED,PE2接按键 4 */ 5 #include"stm32f10x.h" 6 void RCC_Configuration(void); 7 void GPIO_Config(void); 8 void Delay(__IO...
分类:其他好文   时间:2014-04-29 18:26:23    阅读次数:466
jQuery Mobile 页面事件
jQuery Mobile 页面事件在 jQuery Mobile 中与页面打交道的事件被分为四类:Page Initialization - 在页面创建前,当页面创建时,以及在页面初始化之后Page Load/Unload - 当外部页面加载时、卸载时或遭遇失败时Page Transition -...
分类:Web程序   时间:2014-04-29 10:32:47    阅读次数:477
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!