You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fix PageHero component animation trigger:
- Change from whileInView back to animate for hero sections
- Hero sections are at top of page, already in view on load
- whileInView only triggers when scrolling into view
- animate triggers immediately when component mounts
- Problem solved:
- Hero titles now animate on all pages (Brand, Product, sub-pages)
- Icons, titles, and descriptions all animate properly
- Consistent with homepage behavior
- Maintains BlurReveal effects for smooth visual transitions
- Animation behavior:
- Icon: 0ms delay, 0.8s duration
- Title: 200ms delay, 0.8s duration
- Description: 400ms delay, 0.8s duration
- All with BlurReveal overlay for polished effect
0 commit comments