CSS技巧(五):animation属性使用

 

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

 

 

animation: name duration timing-function delay iteration-count direction fill-mode play-state;

 

http://www.runoob.com/cssref/css3-pr-animation.html

posted on 2019-03-06 13:17  Mc525  阅读(269)  评论(0)    收藏  举报

导航