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
+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>