d、animation-timing-function:运动形式 ease(默认,慢速开始,然后变快,然后慢速)/linear(匀速)/ease-in(快速)/ease-out(减速)/ease-in-out(先加速后减速)/cubic-bezier(x1,y1,x2,y2)贝塞尔曲线
e、animation-iteration-count:循环次数
f、animation-direction(运行方向):normal/alternate;
g、animation-play-state:paused;鼠标放上去动画停止
h、animation-fill-mode:backwards(默认)/forwards(停在最后一帧);动画结束之后的样子