animation.acss 120 B

123456
  1. .animation-element {
  2. width: 200rpx;
  3. height: 200rpx;
  4. background-color: #108ee9;
  5. transform: scaleX(1) scaleY(1);
  6. }