CSS3-animation总结 王永杰 | 2020-2-23 23:47 | 2022-3-11 23:11 | 1,980 | 0 | 开发相关 891 字 | 5 分钟 经常忘记参数的顺序及含义,做个总结方便日后查看 语法结构(简写) animation: name duration timing-function delay iteration-count direction fill-mode; 举例: .dom { animation: wang 3s linear 1s infinite alternate… animationCSS3