-
Notifications
You must be signed in to change notification settings - Fork 72
Closed
Labels
GSSoC25Gssoc25 Official Open source project.Gssoc25 Official Open source project.Level 1enhancementNew feature or requestNew feature or request
Description
💡 Feature Summary
Adding a hover animation to the profile image of the project creator
🔎 Problem Statement
Currently, the project owner’s profile image in the "Project Creator & Lead Developer" section appears static. Adding a subtle hover animation would improve interactivity and enhance the user experience by making the section feel more dynamic and engaging.
🚀 Proposed Solution
Apply a hover effect to the profile image.
- Possible animations:
- Scale up slightly (e.g.,
transform: scale(1.05)). - Add a soft glowing border or shadow.
- Smooth transition effect for better visual appeal (
transition: all 0.3s ease-in-out).
- Scale up slightly (e.g.,
📊 Alternatives Considered
no.
📝 Additional Context
Screenshot:

Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GSSoC25Gssoc25 Official Open source project.Gssoc25 Official Open source project.Level 1enhancementNew feature or requestNew feature or request