feat: connections improvements

This commit is contained in:
2026-03-11 23:05:01 +01:00
parent 3ef30bd58c
commit e79821bd81
6 changed files with 180 additions and 21 deletions

View File

@@ -153,6 +153,13 @@ body {
.react-flow__edge path.animated-edge-path.animated-edge-path--updating,
.animated-edge-path.animated-edge-path--updating {
stroke: hsl(217 91% 60%);
transition: none;
}
.react-flow__edge path.animated-edge-path.animated-edge-path--paused,
.animated-edge-path.animated-edge-path--paused {
stroke: hsl(45 98% 50%);
transition: none;
}
@keyframes edge-flow {