码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
CSS跨浏览器(转)
本文将介绍兼容IE+、FF、Chrome、Safari、Opera的技巧一、CSS HACK专门为某版本的浏览器设置样式,从而解决浏览器显示的差异selector { +property:value; } 在属性名前加上加号"+",这个Hack只有IE系列可以识别.selector { *prope...
分类:Web程序   时间:2014-06-06 22:37:35    阅读次数:385
UINavigationController的子控制器
?UINavigationController以栈的形式保存子控制器@property(nonatomic,copy)NSArray*viewControllers;@property(nonatomic,readonly)NSArray*childViewControllers;?使用push方法...
分类:其他好文   时间:2014-06-06 20:03:23    阅读次数:310
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
利用put上传文件到服务器
#import "KUViewController.h"#import "KUProgress.h"@interfaceKUViewController ()//下载进度的类,继承UIview@property (weak, nonatomic) IBOutlet KUProgress *progr...
分类:其他好文   时间:2014-06-04 14:39:23    阅读次数:328
鼠标响应文字跳动效果
昨天看到html5tricks上的一篇文章《jQuery鼠标滑过文字跳动动画插件》,止不住手痒用sass、css3实现以下,并进行了扩展,希望能对大家有所帮助,主要利用sass@for指令、compass里的random随机数,给文字设置不同的动画状态,利用transition或animation实现动画。...
分类:其他好文   时间:2014-06-02 23:53:21    阅读次数:514
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
css3和html5的学习
html5基础...
分类:Web程序   时间:2014-06-02 05:21:33    阅读次数:293
学习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
学习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
迷上了代码!