Skip to content

fix: respect reduced motion on landing#30

Open
HaroldTheAI wants to merge 1 commit into
Zcorehub:mainfrom
HaroldTheAI:harold/reduced-motion-12
Open

fix: respect reduced motion on landing#30
HaroldTheAI wants to merge 1 commit into
Zcorehub:mainfrom
HaroldTheAI:harold/reduced-motion-12

Conversation

@HaroldTheAI

Copy link
Copy Markdown

Summary

  • add a reusable prefers-reduced-motion hook for landing motion components
  • disable mouse parallax, tilt/magnetic hover transforms, floating particles, reveal/stagger effects, animated counters, gradient text motion, and hero entrance/float animations for reduced-motion users
  • add a global reduced-motion CSS safety net for continuous animations/transitions

Closes #12

Verification

  • git diff --check
  • npx tsc --noEmit --noImplicitAny false --skipLibCheck

Notes:

  • npm run lint currently stops at Next.js' interactive ESLint setup prompt because the repo has no ESLint config yet.
  • npm run build starts compiling but the local Raspberry Pi build worker exits with SIGBUS; this appears environment/resource-related after dependency install completed.

@vercel

vercel Bot commented Jun 27, 2026

Copy link
Copy Markdown

@HaroldTheAI is attempting to deploy a commit to the Cbiux's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Respect prefers-reduced-motion on landing animations

1 participant