fix(core): animated connection line style

Signed-off-by: braks <78412429+bcakmakoglu@users.noreply.github.com>
This commit is contained in:
braks
2023-02-01 21:14:38 +01:00
committed by Braks
parent 7dba01d880
commit 2f81f2a9c6

View File

@@ -110,7 +110,7 @@
.vue-flow__connection {
pointer-events: none;
&.animated {
.animated {
stroke-dasharray: 5;
animation: dashdraw 0.5s linear infinite;
}