[ui] Refine ending logo animation timing and convergence flow#164
[ui] Refine ending logo animation timing and convergence flow#164Oluwatunmise-olat wants to merge 10 commits intomeshery-extensions:masterfrom
Conversation
|
🚀 Preview deployment for PR #164 🌐 Preview URL: https://meshery-extensions.github.io/kanvas-site/pr-preview/pr-164/ This preview will be updated automatically when you push new commits to this PR. |
Bhumikagarggg
left a comment
There was a problem hiding this comment.
On first go it is perfect. But when I go up and come down there is still a problem.
Okay would check it out in a bit |
|
Please help with a review @yi-nuo426 |
|
@Oluwatunmise-olat Why did you close this PR? |
Oh, it was an oversight. I wanted to close out an issue, not the PR itself |
|
@Oluwatunmise-olat Thank you for your contribution! Let's discuss this during the website call tomorrow at 5:30 PM IST | 7 AM CST Add it as an agenda item to the meeting minutes, if you would 🙂 |
|
@Oluwatunmise-olat resolve conflicts |
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
- Add @media (max-width: 768px): reduce .hero-stats gap to 2rem, padding-top to 2rem, and counter font-size to 1.2rem - Add @media (max-width: 480px): further reduce padding, gap to 1.5rem, and counter font-size to 1.1rem so stat suffix stays inline Fixes meshery-extensions#113
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
Signed-off-by: Oluwatunmise-olat <oluwatunmiseolatunbosun2001@gmail.com>
f075b90 to
c76390d
Compare
Notes for Reviewers
Context
Issue #141 asks for refinement of the final logo animation sequence in the browser section, specifically the moment where the floating Kanvas logo pieces converge into the assembled logo.
Based on issue discussion, the rough edges were most visible when scrolling quickly.
Root Cause Areas Addressed
This PR focuses on three concrete problem areas in the current animation pipeline:
Behavior Impact
After this change, the final browser-section logo assembly should:
Validation Performed
node --check static/scripts/main.jsmake buildBoth completed successfully.
Files Updated
static/scripts/main.jsSigned commits