Refactor shared hero structure
This commit is contained in:
@@ -30,7 +30,7 @@ export function HeroMotionBackdrop({ compact = false }: HeroMotionBackdropProps)
|
||||
scale: compact ? [1, 0.98, 1.04, 1] : [1, 0.94, 1.08, 1],
|
||||
}}
|
||||
transition={{
|
||||
duration: compact ? 20 : 30,
|
||||
duration: compact ? 20 : 28,
|
||||
repeat: Number.POSITIVE_INFINITY,
|
||||
ease: "easeInOut",
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user