fix: edge animation
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user