其他分享
首页 > 其他分享> > H5C3-day02-小结

H5C3-day02-小结

作者:互联网

H5C3-day02-小结

01-2D转换之rotate

02-2D转换之中心点

03-2D转换之scale

04-2D转换综合写法以及顺序

05-CSS3动画的使用

06-动画序列

07-CSS3动画常用属性

在这里插入图片描述

属性 方法 描述
@keyframes 必填 定义动画
animation 动画简写属性,除了play-state属性 动画简写
name 必填 名称
duration 必填 持续时间
timing-function linear: 匀速
ease: 慢-快-慢
默认值 ease-in: 慢-快
ease-out: 快-慢
ease-in-out: 慢-快-慢
steps:步长
运动曲线
delay 延迟时间 s 或 ms 延长时间
iteration-count infinite:无限 循环次数
direction normal默认值
altemate返回
方向
fill-mode backwords:停留在0%
forwords:停留在100%
结束状态
play-state running:播放
paused:暂停
鼠标移动时的状态

07-CSS3动画综合写法

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

08-运动曲线之steps步长

09-奔跑的熊大案例

标签:动画,rotate,name,day02,ease,2D,0%,H5C3,小结
来源: https://blog.csdn.net/weixin_45555964/article/details/100586890