diff options
| author | mfoiani <mfoiani@mfoi.dev> | 2026-01-23 15:10:32 -0500 |
|---|---|---|
| committer | mfoiani <mfoiani@mfoi.dev> | 2026-01-23 15:10:32 -0500 |
| commit | 198d0a34dc9b3ecc3549b4693419732e3eba22ad (patch) | |
| tree | b0fdff0569fa5750af232cc642f6a21ecdc4c769 /src/components | |
| parent | 5c9a3cc6a2db1dd2a9d8f4a2154e1d2978164388 (diff) | |
improve phone performance by reducing motion
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/Header.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/Header.tsx b/src/components/Header.tsx index 87c7729..59e45b7 100644 --- a/src/components/Header.tsx +++ b/src/components/Header.tsx @@ -27,8 +27,6 @@ export default function Header() { <motion.div whileHover={{ scale: 1.15, y: -2, rotate: 1 }} whileTap={{ scale: 0.9 }} - initial={{ opacity: 0, y: -20 }} - animate={{ opacity: 1, y: 0 }} transition={{ type: "spring", stiffness: 400, |
