auto-claude: subtask-1-4 - Add performance optimizations - update willChange
This commit is contained in:
+5
-5
@@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"active": true,
|
"active": true,
|
||||||
"spec": "023-optimize-floatingpaths-component-reduce-36-animate",
|
"spec": "023-optimize-floatingpaths-component-reduce-36-animate",
|
||||||
"state": "planning",
|
"state": "building",
|
||||||
"subtasks": {
|
"subtasks": {
|
||||||
"completed": 0,
|
"completed": 3,
|
||||||
"total": 0,
|
"total": 5,
|
||||||
"in_progress": 1,
|
"in_progress": 1,
|
||||||
"failed": 0
|
"failed": 0
|
||||||
},
|
},
|
||||||
@@ -18,8 +18,8 @@
|
|||||||
"max": 1
|
"max": 1
|
||||||
},
|
},
|
||||||
"session": {
|
"session": {
|
||||||
"number": 2,
|
"number": 5,
|
||||||
"started_at": "2026-01-25T06:23:30.683286"
|
"started_at": "2026-01-25T06:23:30.683286"
|
||||||
},
|
},
|
||||||
"last_update": "2026-01-25T06:27:53.702574"
|
"last_update": "2026-01-25T06:33:12.398875"
|
||||||
}
|
}
|
||||||
@@ -35,7 +35,7 @@ export function FloatingPaths({ position }: { position: number }) {
|
|||||||
repeat: Number.POSITIVE_INFINITY,
|
repeat: Number.POSITIVE_INFINITY,
|
||||||
ease: "linear",
|
ease: "linear",
|
||||||
}}
|
}}
|
||||||
style={{ willChange: 'auto' }}
|
style={{ willChange: 'opacity' }}
|
||||||
/>
|
/>
|
||||||
))}
|
))}
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Reference in New Issue
Block a user