码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
Animation属性及属性值
组合式写法:animation: name duration timing-function delay iteration-count direction;拆分式写法:animation-name: 动画名称; animation-duration: 动画作用时间; anima...
分类:其他好文   时间:2014-06-18 19:11:14    阅读次数:710
Properties & Method
【Properties】1、lazy property,通过@property来定义, lazy property的属性直到使用的时候才初始化: 2、Computed Properties: 2、对于set方法,如果没有定义参数,则参数默认为newValue: 3、通过去除set方法,以及去...
分类:其他好文   时间:2014-06-18 18:34:12    阅读次数:182
simulate UE activity
can:1,connect, disconnect2,configure serial,nic,com,model,version,IMEI,IMSI,IP3,various AT command,reply delay and contents.step1, read *.ini ...dones...
分类:其他好文   时间:2014-06-18 17:26:49    阅读次数:240
使用 IntraWeb (19) - 基本控件之 TIWTreeView
这是个饱受非议的控件; 我通过尝试, 理解了非议, 也能理解作者. 总之向作者的思路靠拢吧, 还是不错的.TIWTreeView 所在单元及继承链:IWCompTreeview.TIWTreeView 主要成员:property Items: TIWTreeViewItems //所有 Ite...
分类:Web程序   时间:2014-06-18 16:33:31    阅读次数:229
Subscript & Inheritance
【Subscript】1、subscript的定义: 2、Subscript的使用: 3、可以定义多维subscript: 多维Subscript的使用: 【Inheritance】1、override property: 2、overriding property observe...
分类:其他好文   时间:2014-06-18 16:28:41    阅读次数:205
CSS3 动画效果带来的bug
css3 动画效果比如transition:all 2s linear;这种用来计算及时的物体坐标的话会带来一定的问题比如把一个DIV从A点移动到B点。JS为DIV.style.left=B;但是当我们使用上面的transition属性后,A点移动到B点是2秒内完成的,当执行JS代码时候,DIV还没...
分类:Web程序   时间:2014-06-17 00:43:52    阅读次数:443
javax.naming.NoInitialContextException: Need to specify class name in environment or system property
javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file:  java.naming.factory.initial错误解决办法...
分类:编程语言   时间:2014-06-15 11:23:34    阅读次数:192
使用 IntraWeb (17) - 基本控件之 TIWRadioButton、TIWRadioGroup、TIWCheckBox
TIWRadioButton //单选TIWRadioGroup //单选组TIWCheckBox //复选TIWRadioButton 所在单元及继承链:IWCompRadioButton.TIWRadioButton 主要成员:property Editable: Boolean //p...
分类:Web程序   时间:2014-06-14 21:35:06    阅读次数:384
Ambari源代码分析之总览
一、基本概念:Resource:Ambari把能够被管理的资源的抽象为一个Resource实例,资源能够包括服务、组件、主机节点等,一个resource实例中包括了一系列该资源的属性;Property:服务组件的指标名称;ResourceProvider和PropertyProvider分别相应Re...
分类:其他好文   时间:2014-06-14 20:06:48    阅读次数:202
XML环绕发光Flash文字特效源码
XML环绕发光Flash文字特效代码 flashden源码素材,文字特效 flash 发光 环绕发光 flash特效 glow blur transition button text effect intro Christmas Noel Xmas New Year banner1.您可以通过XML...
分类:其他好文   时间:2014-06-14 16:46:33    阅读次数:230
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!