//定义动画
@keyframes move {
  from {
    width: 0;
  }
  to {
  }
}
//使用动画
/deep/ .el-progress-bar__inner {
  animation: move 1s !important;
  //渐变
  background-color: unset;
  background: linear-gradient(270deg, #00e6d8 0%, #3388ff 100%);
}
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐