码迷,mamicode.com
首页 >  
搜索关键字:transition property duration timing-function delay    ( 11734个结果
transition过度效果 + transform旋转360度
css样式:.animate{ width:65px; height:40px; background:#92B901; color:#ffffff; position:absolute; font-weight:bold; font:12px '微软雅黑'...
分类:其他好文   时间:2014-07-24 17:11:05    阅读次数:295
[Oracle] 11G自己主动收集统计信息
在11g中,默认自己主动收集统计信息的时间为晚上10点(周一到周五,4个小时),早上6点(周六,周日,20个小时),例如以下所看到的:select a.window_name, a.repeat_interval,a.duration from dba_scheduler_windows a, d....
分类:数据库   时间:2014-07-24 14:43:15    阅读次数:306
css3实现头像旋转360度
css样式:.div a img{ width: 88px; height: 88px; border-radius: 88px; transition: all 1.2s ease-out 0s;}.div a img:hover{ -webkit-transform:rotate(360deg)...
分类:Web程序   时间:2014-07-24 12:22:25    阅读次数:426
对C++的改造#2 属性(2)
这次这篇就讲一下怎么把之前定义的属性变平滑,我之前就说了,把能重载的运算符都重载一遍就行了单目运算符:#define OPERATOR1(op) \template \auto operator op (const Property& l) -> decltype(op l->get()){ ...
分类:编程语言   时间:2014-07-24 12:19:55    阅读次数:256
使用CSS3动画 animation 来控制元素的显示和隐藏
CSS3中 animation 和 transition 俩样式都能创建动画效果,而且是后台C++执行的,所以效率比普通jQuery的js模拟动画的效率高很多,所以建议大家能用css实现的效果都用css。 transition的使用比较简单,这里就不介...
分类:Web程序   时间:2014-07-24 10:55:24    阅读次数:3518
CSS3中的动画效果-------Day72
不同于transition的过渡效果,@keyframes能够设置更多的过渡细节,从而更细腻更形象的实现动画效果...
分类:Web程序   时间:2014-07-24 10:44:14    阅读次数:269
类的使用与继承
//长方形的类的声明与实现#import @interface Rect2 : NSObject{// float chang;// float w;}@property float chang;@property float w;- (float)sizeOfRect;@end#imp...
分类:其他好文   时间:2014-07-24 10:04:16    阅读次数:221
C#:字段与属性
MSDN中是这么介绍字段和属性的:A field is a variable of any type that is declared directly in a class or struct.字段:“字段”是直接在类或结构中声明的任何类型的变量。A property is a member th...
分类:其他好文   时间:2014-07-24 04:58:08    阅读次数:290
MSP430G2553之timerA产生PWM
#include #define CPU_F ((double)12000000)//cpu frequency12000000#define delay_us(x) __delay_cycles((long)(CPU_F*(double)x/1000000.0))#define delay_ms(...
分类:其他好文   时间:2014-07-23 20:53:15    阅读次数:221
cocos2d-x ui编辑器导出文件的使用
设置地方1.在项目解决方案上右键,添加现有项目,找到Cocostudio,GUI库以及Extensions库。2.添加项目的附加包含目录。右键项目-》property-》configuration properties-》c/c++-》General-》Additional Include Dire...
分类:其他好文   时间:2014-07-23 16:14:41    阅读次数:236
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!