fix: remove edges glitch (#3689)
fix: Update transition property in App.css The transition property in App.css has been updated to only transition the color property instead of all properties. This change improves performance by reducing unnecessary transitions.
This commit is contained in:
parent
5ad48b4212
commit
addadeb5cb
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ body {
|
|||
|
||||
.react-flow__edge .react-flow__edge-path {
|
||||
stroke: var(--connection) !important;
|
||||
transition: all;
|
||||
transition: color;
|
||||
transition-duration: 150ms;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue