auto-claude: subtask-1-3 - Optimize animated properties - remove pathOffset

This commit is contained in:
2026-01-25 06:32:39 +01:00
parent 75d4e006ff
commit 370611cb01
-1
View File
@@ -29,7 +29,6 @@ export function FloatingPaths({ position }: { position: number }) {
animate={{
pathLength: 1,
opacity: [0.3, 0.6, 0.3],
pathOffset: [0, 1, 0],
}}
transition={{
duration: 20 + (path.id % 3) * 5,