码迷,mamicode.com
首页 >  
搜索关键字:duration    ( 1036个结果
CSS3过渡特性实现淡入淡出效果
属性说明: transition-property:定义应用过渡效果的CSS属性; transition-duration:定义过渡效果执行的时间; transition--delay:定义过渡操作之前的等待时间; transition-timing-function:指定过渡过程的中间值如何规定;...
分类:Web程序   时间:2015-04-21 21:59:36    阅读次数:188
TweenLite
TweenLite 使用详解(译文)TweenLite参数说明:1) $target : Object- 作为目标的对象, MovieClip或者其它对象2) $duration : Number- 动画的时间长度(单位:秒)3)$vars : Object– 对象,通过属性值,来存贮各种属性参数用...
分类:其他好文   时间:2015-04-20 12:44:20    阅读次数:154
在SystemOut.log中发现HMGR0152W: 检测到CPU 饥饿的消息 <转载>
今天系统报警了!!!!!顿时人又不好了!!!查看系统日志,报错如下:Did not receive adequate CPU time slice. Last known CPU usage time at 14:45:03:180 CST. Inactivity duration was 32 s...
分类:其他好文   时间:2015-04-13 16:27:26    阅读次数:1904
asp.net缓存
asp.net的缓存分为3种: 第一种:页面缓存 只需要在页面顶部加上:%@OutputCache  Duration='60'  VaryByPara='none' %> Druation:缓存时间,60秒 VaryByPara:参数,是否根据参数缓存 DisCacheEnable='true|false':缓存是否保存在磁盘   第二种:数据缓存: 1.ie缓存:当客户浏览一个...
分类:Web程序   时间:2015-04-06 14:18:47    阅读次数:150
各种动画
1.创建一个转场动画 CATransition *animation = [CATransition animation];2.动画时间 animation.duration = 0.8;3.动画类型 animation.type = @"rippleEffect";/* fademoveIn pu...
分类:其他好文   时间:2015-04-02 20:45:30    阅读次数:137
MVC系统过滤器、自定义过滤器
一、系统过滤器使用说明 1、OutputCache过滤器OutputCache过滤器用于缓存你查询结果,这样可以提高用户体验,也可以减少查询次数。它有以下属性: Duration:缓存的时间,以秒为单位,理论上缓存时间可以很长,但实际上当系统资源紧张时,缓存空间还是会被系统收回。 VaryBy...
分类:Web程序   时间:2015-04-01 10:59:38    阅读次数:110
uiview 的transitionWithView 方法使用
-(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event{ [UIView transitionWithView:_imageViewFirst duration:1.0f options:UIViewAnimationOp...
分类:其他好文   时间:2015-03-31 12:34:06    阅读次数:184
录音-树莓派USB摄像头话筒
实测可用:sudo arecord --duration=10 --device=plughw:1,0 --format=cd aaa.wavsudo arecord --duration=10 --device=plughw:1,0 --format=S16_LE --rate=44000 --c...
分类:其他好文   时间:2015-03-30 22:50:12    阅读次数:338
org.openqa.selenium.WebDriverException: f.QueryInterface is not a function Command duration or timeout:
今天偶遇一个问题,运行项目时,发现这个问题:org.openqa.selenium.WebDriverException: f.QueryInterface is not a functionCommand duration or timeout: 30.17 secondsBuild info: ...
分类:Web程序   时间:2015-03-21 18:22:43    阅读次数:587
网页动画结束判断事件
suface js判断css动画是否结束 一旦动画或变换结束,回调函数就会触发。不再需要大型类库支持。 http://www.webhek.com/css-animation-callback/ 来源于web骇客css3动画过度慢慢隐藏(transition-duration:3s;...
分类:Web程序   时间:2015-03-20 20:23:04    阅读次数:115
1036条   上一页 1 ... 88 89 90 91 92 ... 104 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!