📜  css 动画不流畅 site:stackoverflow.com - CSS 代码示例

📅  最后修改于: 2022-03-11 14:48:00.433000             🧑  作者: Mango

代码示例1
/* @keyframes duration | timing-function | delay | name */
animation: 3s linear .1s colorIt;