feat: implement home page structure with section wrapper and scroll i… - #44
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThe home page now uses a new ChangesHome scroll composition
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant Home
participant SectionWrapper
participant ScrollSmoother
participant ScrollTrigger
participant PageLayers
Home->>SectionWrapper: render page content when loading is false
SectionWrapper->>ScrollSmoother: initialize smooth scrolling
SectionWrapper->>ScrollTrigger: create pinned clipPath timeline
ScrollTrigger->>PageLayers: animate layered reveals during scroll
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 ESLint
ESLint install timed out. The project may have too many dependencies for the sandbox. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
…ndicator
Summary by CodeRabbit