Skip to content

Commit 944077e

Browse files
committed
fix(VProgressCircular): prevent animation flicker
fixes #12813
1 parent 9f6d0c0 commit 944077e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VProgressCircular/VProgressCircular.sass

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060

6161
100%
6262
stroke-dasharray: 100, 200
63-
stroke-dashoffset: -125px
63+
stroke-dashoffset: -124px
6464

6565
@keyframes progress-circular-rotate
6666
100%

0 commit comments

Comments
 (0)