码迷,mamicode.com
首页 >  
搜索关键字:infinite inversions    ( 627个结果
本来想写到首页的,然而发不了,就铁这吧
好气呢,居然不让显示 ? ( ´??? ) ? 代码留好。 <style> .f1{animation:f1 4s infinite; -o-animation:f1 4s infinite; -webkit-animation:f1 4s infinite; } .f2{animation:f2 ...
分类:其他好文   时间:2017-07-12 17:51:40    阅读次数:185
vue的全局方法和局部方法
var infiniteScroll = require('vue-infinite-scroll') 等价写法 import infiniteScroll from 'vue-infinite-scroll' Vue.use(infiniteScroll) //全局方法 var infiniteS... ...
分类:其他好文   时间:2017-07-11 12:50:21    阅读次数:436
View 属性动画
ObjectAnimator oa=ObjectAnimator.ofFloat(iv,"translationX",0,10.0f,20.0f,30.0f);oa.setDuration(4000);oa.setRepeatCount(ObjectAnimator.INFINITE);oa.set ...
分类:其他好文   时间:2017-07-11 11:15:59    阅读次数:119
Qt移动应用开发(二):使用动画框架
Qt移动应用开发(二):使用动画框架 上一篇博客介绍了怎样使用Qt的QML来对屏幕分辨率大小进行适应,其实,不同分辨率的适应是一个很棘手的问题,除了分辨率不同外,宽高比(aspect ratio)也不尽同样。有些平板在硬件上做得和IPad一样是Retina屏(2048×1536),有些低端的手机分辨 ...
分类:移动开发   时间:2017-07-09 20:47:01    阅读次数:202
[Leetcode] DP-- 467. Unique Substrings in Wraparound String
Consider the string s to be the infinite wraparound string of "abcdefghijklmnopqrstuvwxyz", so s will look like this: "...zabcdefghijklmnopqrstuvwxyza ...
分类:其他好文   时间:2017-07-08 23:45:42    阅读次数:611
Educational Codeforces Round 9 E. Thief in a Shop NTT
E. Thief in a Shop A thief made his way to a shop. As usual he has his lucky knapsack with him. The knapsack can contain k objects. There are n kinds ...
分类:其他好文   时间:2017-07-02 16:09:01    阅读次数:236
新概念4-23
No two sorts of birds practise quite the same sort of flight; the varieties are infinite; but two classes may be roughly seen. 总 Any ship that crosses ...
分类:其他好文   时间:2017-07-02 14:24:34    阅读次数:193
hihocoder1497 Queen Attack
题意:同一对角线,水平线,垂线的皇后之间会相互攻击,给出n个皇后问有几对会相互攻击 ...
分类:其他好文   时间:2017-07-01 15:28:19    阅读次数:113
css3动画效果
添加动画效果: 1 animation-name:指定动画名称 2.animation-duration:设置动画的总耗时 3.animation-duration:设置的动画的播放次数,默认为1次,可以指定具体的数值,也可以指定infinite(无限次) 4.animation-direction ...
分类:Web程序   时间:2017-06-27 21:17:28    阅读次数:146
css3常用属性animation-play-state的使用技巧
animation-play-state 属性规定动画正在运行还是暂停。 浏览器支持:Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 属性。Safari 和 Chrome 支持替代的 -webkit-animation-pl ...
分类:Web程序   时间:2017-06-22 19:45:16    阅读次数:232
627条   上一页 1 ... 29 30 31 32 33 ... 63 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!