transform 属性的使用

transform: 变形
scale: 放大缩小
rotate 旋转
skew
translate (x, y, z) 位移
transform-origin: 基准点设置 center center

transition: 转换
property 属性
duration 转换时常
timing-function 动画
delay 延时

animation: 动画
name: 自定义名称
duration
timefunction
delay
count: infinity 循环
direction: 方向

@keyframes
from {
}
to {
}