mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-28 13:17:14 +00:00
fix(agents): make pipeline flow animation seamless
This commit is contained in:
@@ -287,10 +287,11 @@ function PipelineDiagram() {
|
||||
fill="none"
|
||||
stroke={LANGBOT_BLUE}
|
||||
strokeWidth="3"
|
||||
strokeDasharray="4 14"
|
||||
strokeDasharray="4 11"
|
||||
strokeLinecap="round"
|
||||
className="processor-line-flow"
|
||||
data-motion="flow"
|
||||
data-dash-cycle="15"
|
||||
/>
|
||||
|
||||
{steps.map((step, index) => {
|
||||
|
||||
Reference in New Issue
Block a user