feat(landing): replace features section with capability-timeline scru…#5
Merged
Conversation
…bber Remove the pinned left-list / right-panel crossfade "Everything you need to ship motion" section and rebuild it as a motion-editor timeline: a fixed read-head with the capability cards sliding horizontally under it on scroll, each playing its own signature visualization (frame strip, easing curve draw, export bars, render-score gauge, accessibility checks). - New self-contained CapabilityTimeline component (dynamic-imported), GSAP ScrollTrigger pin + scrub, gsap.matchMedia for desktop / mobile / reduced motion. Defaults render every viz in its finished state so it reads with no JS and under prefers-reduced-motion. - Vendor React Bits DecryptedText for card titles (import adapted to the project's framer-motion). - Colors follow the brand system: sand (#D8CFBC) accent for the visualizations, neon green (#00FF88) reserved for live signals only (read-head, active tick, live node, active dot). - Keep id="features" for the nav anchor; drop the old feature CSS/JS from page.tsx and globals.css; update the two affected marketing e2e tests. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…bber
Remove the pinned left-list / right-panel crossfade "Everything you need to ship motion" section and rebuild it as a motion-editor timeline: a fixed read-head with the capability cards sliding horizontally under it on scroll, each playing its own signature visualization (frame strip, easing curve draw, export bars, render-score gauge, accessibility checks).