We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb91e7 commit 9d482e5Copy full SHA for 9d482e5
invokeai/frontend/web/src/features/nodes/components/flow/edges/InvocationDefaultEdge.tsx
@@ -25,6 +25,8 @@ const baseEdgeSx: SystemStyleObject = {
25
opacity: '1 !important',
26
},
27
'&[data-should-animate-edges="true"]': {
28
+ // This fixes an performance issue with the animation of connection edges on chrome. Seems to be a deep chrome bug.
29
+ strokeDashoffset: 'unset !important',
30
animation: 'dashdraw 0.5s linear infinite !important',
31
'&[data-selected="true"], &[data-are-connected-nodes-selected="true"]': {
32
strokeDasharray: '5 !important',
0 commit comments