feat: implement Pure CSS Scroll-Driven Header Morphing System #82512 - #82629
feat: implement Pure CSS Scroll-Driven Header Morphing System #82512#82629Dev1822 wants to merge 1 commit into
Conversation
|
🔒 Pull Request Closed: This PR has been automatically closed because it modifies files inside the |
❌ PR Closed — Files Outside
|
|
🔒 PR Closed (Unmerged). This PR was closed without being merged. No GSSoC points or credit awarded. |
❌ Submission Validation FailedThank you for your contribution! However, some required files are missing or incorrect. 📋 Required Structure🔍 Issues Found:🔠
|
|
🔒 Pull Request Closed This PR was automatically closed because it failed the submission validation check. Please fix the issues listed above, then open a new pull request. Thank you! |
📊 CSS Bundle Size BenchmarkThis PR changes the size of
|
Description
Implement a scroll-driven header system where a large hero header smoothly morphs, shrinks, and docks into a compact sticky navigation bar as the page scrolls down using native CSS \�nimation-timeline: scroll(root);\ and \�nimation-range: 0px 250px;.
Fixes Issue
Closes #82512
Changes Introduced
Verification
pm test: 5/5 test files passed (61/61 tests passed).
pm run lint: 0 lint errors.
pm run release:check: Passed.