We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a3311 commit 09703a2Copy full SHA for 09703a2
src/App.vue
@@ -42,7 +42,7 @@
42
:size="600"
43
half
44
:angle="0"
45
- line-position="out 40"
+ line-position="out 70"
46
empty-line-position="out 20"
47
empty-color-fill="red"
48
color-fill="green"
src/components/Circle/HalfCircle.vue
@@ -37,7 +37,13 @@
37
</g>
38
</fade-in-transition>
39
40
- <path class="ep-half-circle--progress__fill" :d="fillPath" :fill="computedColorFill"> </path>
+ <path
41
+ class="ep-half-circle--progress__fill"
+ :d="fillPath"
+ :fill="computedColorFill"
+ :style="{ transition: styles.transition }"
+ >
+ </path>
<path
:stroke-width="thickness"
49
class="ep-half-circle--progress ep-circle--progress"
0 commit comments