Files
portfolio/app/components
denshooter bd73a77ae3
Some checks failed
Production Deployment (Zero Downtime) / deploy-production (push) Has been cancelled
fix: Reduce component flashing on page load and scroll
- Remove mounted state checks that return null (Hero, About, Projects)
- Reduce animation delays and durations for faster initial render
- Change viewport margins from -100px to -50px for earlier trigger
- Reduce initial animation distances (y: 40 -> 20, y: 30 -> 20)
- Use requestAnimationFrame for Header mount to prevent flash
- Always render components instead of returning null to prevent layout shift
- Optimize Framer Motion transitions for smoother scrolling
2026-01-09 19:36:06 +01:00
..