reef 3e9a6d5c4b feat: scroll-triggered section animations via IntersectionObserver + GSAP
Adds a staggered fade-in/rise animation (y:30→0, opacity:0→1, stagger 0.08s,
power2.out, 0.7s) for 5 section grids when they scroll into view:

- .features-grid (The Concierge Standard — includes Free Trial card)
- .faq-grid
- .pricing-grid
- .blog-grid
- .final-cta .container

Uses native IntersectionObserver (threshold 0.12, no extra CDN load). Children
are pre-set to hidden state at page load to prevent flash, then animated once
per section via GSAP. Animate-once guard per section via dataset flag.
2026-08-20 10:32:19 +00:00
2026-08-20 06:37:51 -03:00
2026-06-24 08:27:22 -03:00
2026-06-24 08:27:22 -03:00
h
2026-06-23 14:29:43 -03:00
S
Description
No description provided
48 MiB
Languages
HTML 75.2%
JavaScript 12.6%
CSS 12.1%
Shell 0.1%