fix: edge animation

This commit is contained in:
2026-03-12 20:45:40 +01:00
parent fb1df18256
commit 92fdba7eef
2 changed files with 7 additions and 16 deletions

View File

@@ -143,11 +143,11 @@ body {
fill: none;
stroke-dasharray: 8 6;
stroke-dashoffset: 0;
animation: edge-flow 1.2s linear infinite;
animation: edge-flow 0.5s linear infinite;
will-change: stroke-dashoffset;
transform: translateZ(0);
backface-visibility: hidden;
transition: stroke 0.4s ease-out;
transition: stroke 0.2s ease-out;
}
.react-flow__edge path.animated-edge-path.animated-edge-path--updating,