摘要:
CSS3 动画 看基本的属性; animation:animation-name animation-duration animation-timing-function animation-delay animation-iteration-count animation-direction; a 阅读全文
posted @ 2016-03-04 16:41
咕-咚
阅读(146)
评论(0)
推荐(0)
摘要:
CSS3 多列 css代码: .demo{ height:220px; width:400px; border:1px solid red; -moz-column-count:3; -webkit-column-count:3; column-count:3; /* 设置被分成了几列*/ colu 阅读全文
posted @ 2016-03-04 16:41
咕-咚
阅读(122)
评论(0)
推荐(0)
摘要:
CSS3 3D 转换 阅读全文
posted @ 2016-03-04 16:40
咕-咚
阅读(102)
评论(0)
推荐(0)
摘要:
CSS3 过渡(transition) transition:过渡,就是由一种状逐渐态变成另外一状态! 兼容性: transition:transition-property transition-duration transition-timing-function transition-dela 阅读全文
posted @ 2016-03-04 16:40
咕-咚
阅读(184)
评论(0)
推荐(0)
摘要:
CSS3 2D 转换 先看兼容性 transform属性向应用元素应用2d 或者 3d装换;该属性允许我们进行旋转,缩放,移动或者倾斜; 基本语法: transform: none|transform-functions;transform-function:这东东有n的函数可以使用,我先来了解常用 阅读全文
posted @ 2016-03-04 16:39
咕-咚
阅读(276)
评论(0)
推荐(0)
摘要:
css3中的文字效果 今天先来学习:text-shadow,word-wrap,word-break text-overflow;四个属性; 1.text-shadow:h-shawo v-shadow blur color; 分别代表着:水平方向上的阴影位置,垂直方向上的位置,模糊距离,颜色; 实 阅读全文
posted @ 2016-03-04 16:38
咕-咚
阅读(168)
评论(0)
推荐(0)
摘要:
css3中的background-size和background-origin 阅读全文
posted @ 2016-03-04 16:37
咕-咚
阅读(127)
评论(0)
推荐(0)
摘要:
css3中的box-shadow 阅读全文
posted @ 2016-03-04 16:21
咕-咚
阅读(109)
评论(0)
推荐(0)
摘要:
css3中的border-image 兼容性: 首先:参数解读! border-image: 有六个属性值! border-image-source:图片地址; border-image-slice:图片切片; border-image-width:图片宽度; border-image-ourset 阅读全文
posted @ 2016-03-04 16:10
咕-咚
阅读(408)
评论(0)
推荐(0)