Skip to content

Commit 1c60347

Browse files
committed
Fix - Added animated class to underlayer path
1 parent ba26b91 commit 1c60347

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/vue-ui-radar.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -642,6 +642,7 @@ defineExpose({
642642
:stroke="radarConfig.style.chart.backgroundColor"
643643
:stroke-width="radarConfig.style.chart.layout.dataPolygon.strokeWidth + 1"
644644
fill="none"
645+
:class="{ 'animated-out': segregated.includes(i) && radarConfig.useCssAnimation, 'animated-in': isAnimating && inSegregation === i && radarConfig.useCssAnimation }"
645646
/>
646647
<polygon
647648
data-cy-radar-path

0 commit comments

Comments
 (0)