滚动标签 支持的属性: 1.align 2.behavior: alternate: 表示在两端之间来回滚动。scroll: 表示由一端滚动到另一端,会重复。slide: 表示由一端滚动到另一端,不会重复。 3.direction 滚动方向↑↓←→ 4.loop 循环次数 5.scrolldelay ...
分类:
Web程序 时间:
2016-08-06 18:50:57
阅读次数:
184
A sequence of numbers is called a wiggle sequence if the differences between successive numbers strictly alternate between positive and negative. The ...
分类:
其他好文 时间:
2016-08-06 11:25:07
阅读次数:
113
主要参数: behavior 移动方式 scroll 循环移动 slide 只移动一个回合 alternate 来回移动 scroll 循环移动 slide 只移动一个回合 alternate 来回移动 direction 移动方向 left right up down left right up ...
分类:
Web程序 时间:
2016-08-01 11:55:39
阅读次数:
1549
A sequence of numbers is called a wiggle sequence if the differences between successive numbers strictly alternate between positive and negative. The ...
分类:
其他好文 时间:
2016-07-24 16:04:33
阅读次数:
150
一.loging动画http://www.cnblogs.com/lhb25/archive/2013/12/28/loading-spinners-animated-with-css3.html上下浮动动画.xx{
animation:ghostUpdown0.7sinfinitealternate;
-webkit-animation:ghostUpdown0.7sinfinitealternate;
}
@keyframesghostUpdown{
from{
margin..
分类:
其他好文 时间:
2016-07-13 12:02:51
阅读次数:
243
转自:http://blog.csdn.net/jeffade/article/details/7698404 几个重要的结构 struct--接口 [plain] view plaincopy struct usb_interface { /* array of alternate setting ...
分类:
其他好文 时间:
2016-07-06 16:34:56
阅读次数:
281
样式表: 外部样式表(external style sheet) <link rel="stylesheet" type="text/css" href="yes.css">rel=relationhref(url) 候选样式表(alternate style sheet) <link rel="s ...
分类:
Web程序 时间:
2016-06-23 18:43:36
阅读次数:
201
@theboysmithy did a great piece on coming up with an alternate view for a timeline for an FT piece. Here’s an excerpt (read the whole piece, though, i ...
分类:
其他好文 时间:
2016-06-17 12:44:28
阅读次数:
225
第1章 css和文档 1,元素:替换元素(img input),非替换元素(大多数span)。 2,link:rel(代表关系:stylesheet,候选样式表:alternate stylesheet);type(text/css);media:(all(所有表现媒体, screen,print) ...
分类:
Web程序 时间:
2016-05-29 20:01:13
阅读次数:
164
块级标签和行级标签
块级标签 div标签
行级标签 span标签
块级 标签 :会占据一行,会换行
段落标签
行级标签:在一行显示,没有换行
块级标签
标签:跑马灯标签:
behavoir:alternate|scrol
direction:up|down|left|right
scrolldelay://延时
scoll...
分类:
其他好文 时间:
2016-05-12 12:54:54
阅读次数:
187