Description
The hero section animation continues running even when scrolled out of view, wasting GPU resources.
Current behavior
CSS animations run unconditionally.
Expected behavior
Pause animations when not visible using Intersection Observer.
Files
- components/home/HeroSection.tsx
Impact
Unnecessary GPU usage and battery drain.
Description
The hero section animation continues running even when scrolled out of view, wasting GPU resources.
Current behavior
CSS animations run unconditionally.
Expected behavior
Pause animations when not visible using Intersection Observer.
Files
Impact
Unnecessary GPU usage and battery drain.