Title: Document Hover Animations to Remove
Domain: Design (Frontend)
Difficulty: Beginner
Steps:
- Inspect the UI for hover effects.
- List animations to remove.
Expected outcome: Clear list of unneeded animations.
| Sunkanmi12 | |
| Dec 10 2025, 9:30 PM |
| F71098794: h2.png | |
| Dec 17 2025, 6:50 AM |
| F71098786: h1.png | |
| Dec 17 2025, 6:50 AM |
Title: Document Hover Animations to Remove
Domain: Design (Frontend)
Difficulty: Beginner
Steps:
Expected outcome: Clear list of unneeded animations.
Files Modified:
Header.css: Removed logo scale/rotation, nav link transforms, button shimmer effects, and icon movements
Footer.css: Removed link background color transitions
CaseCard.css: Removed card lift effect and external link translations
HomePage.css: Removed search box scaling, button shimmer effect, and button transforms
AboutUs.css: Removed feature card lift and audience item slide effects
RecentSearches.css: Removed list item background color transitions
App.css: Removed global button transitions, link color changes, and input focus transitions
Thank you for the update. @Codewithmac
However, this task is not yet ready for approval.
For audit and verification purposes, please update this task with:
• Screenshots showing the identified hover/animation effects
• OR a clear PR link / diff reference if code inspection was used
• A short explanation of how and where the hover effects were verified
Text-only confirmation is not sufficient under WMA contribution guidelines.
Once the required evidence is added here in the task, I will review again.
Removed Animations:
Current State:
Removed Animations:
Current State:
Removed Animations:
Current State:
Removed Animations:
Current State:
Remaining Animations:
Removed Animations:
Current State:
Remaining Animations:
Removed Animations:
Current State:
Remaining hover effects after cleanup:
.element:hover { transform: translateY(-5px) scale(1.05); transition: all 0.3s ease; box-shadow: 0 10px 25px rgba(0,0,0,0.2); }
.element:hover { box-shadow: var(--shadow-xl); border-color: var(--primary-blue-light); }
All modified files include @media (prefers-reduced-motion: reduce) sections that:
Github PR:
https://github.com/Sunkanmi1/SCC-WEBAPP/pull/30/commits/65ad3058cde6634d32bc232c961be2b3657b9184
BEFORE HOVERING
AFTER HOVERING
Thank you for your contribution.
I have reviewed the submitted work and confirmed the following:
✔️ Task requirements have been addressed
✔️ Work aligns with the current project scope
✔️ Evidence (links/screenshots/PR) is sufficient for audit purposes
✔️ No overlap or conflict with other assigned tasks
✔️ Contribution follows the agreed workflow and guidelines
This task is now approved and resolved.
📌 Next step for contributor:
Please proceed to fill the official contribution submission form using this task ID to complete your participation record.
Thank you for your effort and collaboration 🙌
Task resolved.
— Ali (SCC Mentor / Reviewer)