auto-claude: subtask-1-4 - Add performance optimizations - update willChange
This commit is contained in:
@@ -35,7 +35,7 @@ export function FloatingPaths({ position }: { position: number }) {
|
||||
repeat: Number.POSITIVE_INFINITY,
|
||||
ease: "linear",
|
||||
}}
|
||||
style={{ willChange: 'auto' }}
|
||||
style={{ willChange: 'opacity' }}
|
||||
/>
|
||||
))}
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user