css3的动画属性

属性 含义 属性值 继承
@keyframes 定义动画选择器 name时间css样式
animation-name 使用@keyframes定义的动画 none/动画选择器定义的名字
animation-delay 设置动画的延迟时间 time
animation-duration 设置动画的持续动画时间 time
animation-timing-function 设置动画的时间曲线

linear/ease/ease-in/ease-out/ease-in-out/cubic-bezier(x1,y1,x2,y2)

animation-iteration-count 设置动画播放次数 数字/infinite
 animation-direction 设置反向播放  normal/alternate   
 animation-play-state 设置动画播放状态  paused/running   
transition   一条声明设置所有动画属性

animation-name

animation-delay

animation-duration

animation-timing-function

animation-iteration-count

animation-direction

 否
posted @ 2021-06-15 19:05  McLaren长安  阅读(47)  评论(0)    收藏  举报