auto-claude: subtask-1-4 - Add performance optimizations - update willChange

This commit is contained in:
2026-01-25 06:34:44 +01:00
parent 370611cb01
commit d53fba06a2
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -1,10 +1,10 @@
{
"active": true,
"spec": "023-optimize-floatingpaths-component-reduce-36-animate",
"state": "planning",
"state": "building",
"subtasks": {
"completed": 0,
"total": 0,
"completed": 3,
"total": 5,
"in_progress": 1,
"failed": 0
},
@@ -18,8 +18,8 @@
"max": 1
},
"session": {
"number": 2,
"number": 5,
"started_at": "2026-01-25T06:23:30.683286"
},
"last_update": "2026-01-25T06:27:53.702574"
"last_update": "2026-01-25T06:33:12.398875"
}
+1 -1
View File
@@ -35,7 +35,7 @@ export function FloatingPaths({ position }: { position: number }) {
repeat: Number.POSITIVE_INFINITY,
ease: "linear",
}}
style={{ willChange: 'auto' }}
style={{ willChange: 'opacity' }}
/>
))}
</svg>