feat: connections improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user