码迷,mamicode.com
首页 > Web开发 > 详细

CSS3动画属性animation

时间:2016-08-14 16:07:31      阅读:161      评论:0      收藏:0      [点我收藏+]

标签:

animation 属性是一个简写属性,用于设置六个动画属性:

1 animation-name

2 animation-duration

3 animation-timing-function

4 animation-delay

5 animation-iteration-count

6 animation-direction

例子如下

div
{
animation:mymove 5s infinite;
-webkit-animation:mymove 5s infinite; /* Safari 和 Chrome */
}

CSS3动画属性animation

标签:

原文地址:http://www.cnblogs.com/135wxp/p/5770229.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!