Skip to content

Commit

Permalink
fix(Loading): Loading 组件动效的卡顿感 (DevCloudFE#571)。
Browse files Browse the repository at this point in the history
  • Loading branch information
vaebe committed Apr 26, 2022
1 parent ffffc16 commit 193f4e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/devui-vue/devui/loading/src/loading.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@

50% {
transform:
rotate(135deg)
rotate(180deg)
scale(1.5);
}

to {
transform:
rotate(270deg)
rotate(360deg)
scale(1);
}
}
Expand Down

0 comments on commit 193f4e2

Please sign in to comment.