其他分享
首页 > 其他分享> > 动画animation

动画animation

作者:互联网

animation:动画名称 时间s;
动画播放方式
1.默认播放一次
2.infinite循环播放
动画方向animation-direction
1.正序 animation-direction: normal;
2.倒序 animation-direction: reverse;
3.交替 animation-direction:alternate;
4.反向交替
animation-direction:alternate-reverse;
动画填充模式animation-fill-mode
1.保持最后一帧 forwards
2.返回第一帧 backwards 默认

动画延迟animation-delay
animation-delay:1s;

动画播放状态animation-play-state
1.播放running  默认
2.暂停paused

动画时间函数animation-timing-function
定义动画速度曲线
1.ease 默认
2.ease-in
3.ease-out
4.ease-in-out
5.linear 匀速
6.自定义

标签:动画,direction,ease,默认,animation,播放
来源: https://www.cnblogs.com/MLdetiantian/p/16254055.html