📜  带动画的角度 ng 类 - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:01:34.853000             🧑  作者: Mango

代码示例1

  ...


.short {
  background-color: blue;
  transition: all 0.5s 0s ease-in;
}
.long {
  background-color: red;
  transition: all 1s 0s ease-in;
}