在学习ssm项目时发现某个页面中的提示性文字实现了闪烁效果,觉得很有趣查看了下源码: .warning span{ animation:emo .5s linear infinite alternate; -webkit-animation:emo .5s linear infinite alter ...
分类:
Web程序 时间:
2018-03-04 23:52:30
阅读次数:
258
griddle-react react-bootstrap react-cropper core-js Material UI superagent restful-error-es6 browserify react-select-popover 标签选择 react-infinite-scrol ...
分类:
其他好文 时间:
2018-03-02 14:53:16
阅读次数:
707
CSS3动画(animation)属性有如下几个: 指定动画运行或者暂停 本片博文主要记录一下 animation-timing-function 的各个值的动态效果,方便日后查阅。 1. linear:动画从头到尾的速度是相同的,匀速变化 2. ease:慢 -> 快 -> 慢 3. ease-i ...
分类:
Web程序 时间:
2018-02-24 00:51:51
阅读次数:
457
一:为页面添加无限滚动控件 在可滚动的容器上(一般为page-content)添加“infinite-scroll”类;在页面底部定义 加载指示器。 二:在js中监听滚动到底部的刷新事件,触发加载新内容 ...
分类:
其他好文 时间:
2018-02-22 22:05:47
阅读次数:
323
You are standing at position 0 on an infinite number line. There is a goal at position target. On each move, you can either go left or right. During t ...
分类:
其他好文 时间:
2018-02-21 00:23:28
阅读次数:
175
We have some permutation A of [0, 1, ..., N - 1], where N is the length of A. The number of (global) inversions is the number of i < j with 0 <= i < j ...
分类:
其他好文 时间:
2018-02-10 18:54:49
阅读次数:
179
1. 引言 CSS3之前的CSS都大都是枚举属性样式,而编程语言强大的变量、函数、循环、分支等功能基本都不能在CSS中使用,让CSS的编程黯淡无光,Sass就是一种增强CSS编程的扩展语言(CSS4也可以期待),有了像Sass这种预处理语言后,CSS的编程不再局限在枚举属性了,可以有更广阔的舞台。 ...
分类:
移动开发 时间:
2018-02-08 00:20:07
阅读次数:
283
Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:
其他好文 时间:
2018-02-07 15:08:20
阅读次数:
175
使用@keyframes name{}属性来实现自动的移动效果如下,可以使用infinite来实现无限循环播放。也可以规定循环次数,只需把infinite更换为想要播放的次数即可: ...
分类:
Web程序 时间:
2018-02-06 20:13:49
阅读次数:
197