Commit 77d0b2e
feat: Wave 1 UI overhaul — make the scroll experience alive with GSAP
Replace static Framer Motion whileInView animations with scroll-linked
GSAP ScrollTrigger animations across all landing page sections, adding
smooth scrolling, parallax depth layers, and floating background elements
to compete with Google CodeWiki's polish.
Scroll Animation Foundation:
- Add GSAP ScrollTrigger plugin registration (src/lib/gsap.ts)
- Add Lenis smooth scroll with exponential easing (src/lib/smooth-scroll.ts)
- Add ScrollAnimationProvider wrapper connecting Lenis to GSAP ticker
- Install @gsap/react and lenis dependencies
Landing Section Conversions (Framer Motion → GSAP ScrollTrigger):
- HowItWorks: staggered card reveals, number badge bounce, SVG line scrub
- FeatureCards: alternating left/right card entrances with scrub, icon pulse
- ComparisonTable: row stagger with check/X icon pop-in (back.out bounce)
- CommunitySection: header/stats/CTA GSAP triggers (kept AnimatedCounter)
- FooterCTA: form bounce easing, gradient drift background animation
Parallax & Depth:
- Add SectionDivider component (gradient-orb, grid-fade, dots variants)
- Add FloatingElements with 6 shapes at varying parallax scroll rates
- Insert 4 section dividers between landing sections in page.tsx
CSS Animation Utilities:
- Add .gsap-reveal directional classes, .word-reveal helpers
- Add gradient-shift, gradient-drift, float-slow/medium keyframes
Bug Fix:
- Fix MCP server Docker crash: set host/port on mcp.settings instead of
passing as run() kwargs (FastMCP API compatibility)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 8a4ac8c commit 77d0b2e
17 files changed
Lines changed: 2442 additions & 323 deletions
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
417 | | - | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
418 | 420 | | |
419 | 421 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
0 commit comments