码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
使用 IntraWeb (27) - 基本控件之 TIWAudio、TIWMPEG、TIWFlash、TIWSilverlight、TIWSilverlightVideo、TIWApplet、TIWQuickTime、TIWActiveX
TIWAudio 所在单元及继承链:IWCompAudio.TIWAudio 主要成员:property AudioFile: TIWFileReference //property FocusOutline: Boolean //property AlternateAudioFile: ...
分类:移动开发   时间:2014-06-28 15:58:49    阅读次数:464
转: css3动画简介以及动画库animate.css的使用
~~~ transition animation 和 animate.css在这个年代,你要是不懂一点点css3的知识,你都不好意思说你是个美工。美你妹啊,请叫我前端工程师好不好。呃。。好吧,攻城尸。。。呵呵,作为一个攻城尸,没有点高端大气上档次的东西怎么能行呢,那么css3的动画就绝对是值得你拥有...
分类:Web程序   时间:2014-06-28 13:20:05    阅读次数:215
得到一个Object的属性
private static object GetPropertyValue(object obj, string property) { System.Reflection.PropertyInfo propertyInfo = obj.Get...
分类:其他好文   时间:2014-06-28 12:19:33    阅读次数:191
swt jface 数据绑定
1.绑定comboviewer到对象集合:IObservableList list = BeansObservables.observeList(model, ChoiceStationModel.Property.carparkList.name()); ViewerSupport....
分类:其他好文   时间:2014-06-28 11:53:33    阅读次数:216
手机页面目录菜单拉进拉出效果小结
之前用的代码是left:-100%;-webkit-transition:all 5s ease;->left:0;测试部分浏览器效果还是不错的,但是还有另外一部分浏览器无敌卡。经同事提点,换了另外一种方式-webkit-transform:translateX(-100%);-webkit-tra...
分类:移动开发   时间:2014-06-24 10:08:04    阅读次数:276
[转]Rapidly detecting large flows, sFlow vs. NetFlow/IPFIX
Figure 1: Low latency software defined networking control loop The articles SDN and delay and Delay and stability describe the critical importance of ...
分类:Windows程序   时间:2014-06-21 15:09:53    阅读次数:609
使用 IntraWeb (25) - 基本控件之 TIWRegion
这应该是 IW 中最重要的容器了, 和它同父的还有 TIWTabControlTIWRegion 所在单元及继承链:IWRegion.TIWRegion 主要成员:property Align: TAlignproperty Anchors: TAnchorsproperty BorderOptio...
分类:Web程序   时间:2014-06-20 19:46:11    阅读次数:326
eclipse Server 没有成功启动
eclipse Server 没有成功启动Eclipse3.x中热部署项目[SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.j2ee.server...
分类:系统相关   时间:2014-06-20 18:52:10    阅读次数:285
4.2 样式表的基本语法
样式表由样式规则组成,这些规则告诉浏览器如何显示文档。一个样式(STYLE)的基本语法由3部分构成:selector(中文叫选择器,有点怪怪的,就用英文吧!),属性(property)和属性值(value)。本节单词记忆:标签 1.style属性 1.class 2.font-size 3.font...
分类:其他好文   时间:2014-06-20 18:03:39    阅读次数:179
使用 IntraWeb (26) - 基本控件之 TIWMenu
TIWMenu 的任务是让原来的 TMainMenu 呈现在网页上, 通过其 AttachedMenu 属性关联一个 TMainMenu 是必需的.TIWMenu 所在单元及继承链:IWCompMenu.TIWMenu 主要成员:property TextOffset: Integer ...
分类:Web程序   时间:2014-06-20 15:31:35    阅读次数:279
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!