aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authormfoiani <mfoiani@mfoi.dev>2026-01-23 15:10:32 -0500
committermfoiani <mfoiani@mfoi.dev>2026-01-23 15:10:32 -0500
commit198d0a34dc9b3ecc3549b4693419732e3eba22ad (patch)
treeb0fdff0569fa5750af232cc642f6a21ecdc4c769 /src/components
parent5c9a3cc6a2db1dd2a9d8f4a2154e1d2978164388 (diff)
improve phone performance by reducing motion
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Header.tsx2
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,