定义动画在外面定义@keyframes identifier {fromc{}to {}}或百分比定义@keyframes identifier {0% {}10% {}...100% {}}
使用动画在元素里调用animation: identifier 动画花费时长;