We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e57029 commit ac6981cCopy full SHA for ac6981c
src/components/Circle/HalfCircleLoader.vue
@@ -2,7 +2,7 @@
2
<g :style="{ opacity: `${options.loading ? 1 : 0.45}` }">
3
<path
4
:stroke-width="thickness"
5
- class="ep-half-circle--loading animation__loading"
+ class="ep-half-circle--loader animation__loading"
6
:d="path"
7
:fill="computedColorFill"
8
:stroke="computedColor"
src/styles/animationsUsage.scss
@@ -26,7 +26,7 @@
26
}
27
28
29
-.ep-half-circle--loading {
+.ep-half-circle--loader {
30
&.animation__loading {
31
animation-name: ep-half-progress--loading;
32
animation-iteration-count: infinite !important;
0 commit comments