css3新特性

1、特效

border-radius:圆角

box-shadow/text-shadow:阴影

-webkit-gradient:渐变

background-orign:用来决定 background-position 计算的参考位置。

background-clip:用来确定背景的裁剪区域。

background-size:设置背景图片的大小。

multiple-backgrounds:多重背景图象,可以把不同背景图象只放到一个块元素里。

变形:

rotate

scale

translate

5、 CSS3特效部分4:动画

animation-name

animation-duration

animation-timing-function

animation-delay

animation-iteration-count

-webkit-animation-direction