auto-claude: subtask-1-3 - Optimize animated properties - remove pathOffset
This commit is contained in:
@@ -29,7 +29,6 @@ export function FloatingPaths({ position }: { position: number }) {
|
|||||||
animate={{
|
animate={{
|
||||||
pathLength: 1,
|
pathLength: 1,
|
||||||
opacity: [0.3, 0.6, 0.3],
|
opacity: [0.3, 0.6, 0.3],
|
||||||
pathOffset: [0, 1, 0],
|
|
||||||
}}
|
}}
|
||||||
transition={{
|
transition={{
|
||||||
duration: 20 + (path.id % 3) * 5,
|
duration: 20 + (path.id % 3) * 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user