码迷,mamicode.com
首页 >  
搜索关键字:infinite    ( 571个结果
html css 笔记
cursor其他取值 鼠标移入 auto :标准光标 default :标准箭头 pointer :手形光标 wait :等待光标 text :I形光标 vertical-text :水平I形光标 no-drop :不可拖动光标 not-allowed :无效光标 help :帮助光标 all-sc ...
分类:Web程序   时间:2016-12-02 11:36:53    阅读次数:307
CSS3动画
移动端的开发也有这种hack,来解决可能的卡顿问题:css-webkit-transform: translate3d(0, 0, 0);css3动画大致分三类:1.变形transform[变形基础]rotate()[旋转]scale()[缩放]translate()[位移]skew()[倾斜]ma... ...
分类:Web程序   时间:2016-12-02 09:47:02    阅读次数:925
365. Water and Jug Problem
You are given two jugs with capacities x and y litres. There is an infinite amount of water supply available. You need to determine whether it is poss ...
分类:其他好文   时间:2016-11-28 12:55:51    阅读次数:198
[POJ1328]Radar Installation
[POJ1328]Radar Installation 试题描述 Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small islan ...
分类:其他好文   时间:2016-11-26 11:49:26    阅读次数:172
【2016.11.23】css3动画动画效果
属性 描述 @keyframes 定义动画 animation 执行动画 animation-name 动画名称 animation-duration 执行完这个动画所需要花费的时间 单位是秒数 animation-timing-function 动画执行过程中的变化速度 linear 动画从头到尾 ...
分类:Web程序   时间:2016-11-24 09:23:56    阅读次数:186
ionic 下拉刷新,上拉加载更多
1)下拉刷新用的是 ion-refresher,使用示例如下: 详情说明请看官方文档:http://ionicframework.com/docs/api/directive/ionRefresher/ 刷新后需要收起 loading 动画 2)上拉加载用的是 ion-infinite-scroll ...
分类:其他好文   时间:2016-11-18 18:21:34    阅读次数:230
POJ 2876 Cantoring Along
Description The Cantor set was discovered by Georg Cantor. It is one of the simpler fractals. It is the result of an infinite process, so for this pro ...
分类:其他好文   时间:2016-11-12 01:42:08    阅读次数:171
加载动画收集
...
分类:其他好文   时间:2016-11-11 14:08:49    阅读次数:193
android透明度渐变动画
AlphaAnimation anim01 = new AlphaAnimation(02.f, 0.1f); //动画持续的时间 anim01.setDuration(500); //设置动画持续的次数 anim01.setRepeatCount(AlphaAnimation.INFINITE); ...
分类:移动开发   时间:2016-11-08 14:12:40    阅读次数:184
HDU 5976 Detachment
Detachment Problem Description In a highly developed alien society, the habitats are almost infinite dimensional space.In the history of this planet,t ...
分类:其他好文   时间:2016-11-08 00:58:04    阅读次数:291
571条   上一页 1 ... 34 35 36 37 38 ... 58 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!