Skip to content

Commit

Permalink
fix(VProgressCircular): prevent animation flicker
Browse files Browse the repository at this point in the history
fixes #12813
  • Loading branch information
KaelWD committed Jun 22, 2021
1 parent 9f6d0c0 commit 944077e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@

100%
stroke-dasharray: 100, 200
stroke-dashoffset: -125px
stroke-dashoffset: -124px

@keyframes progress-circular-rotate
100%
Expand Down

0 comments on commit 944077e

Please sign in to comment.