Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added lift-up card hover animation for contributors cards #167

Conversation

ShyamAgarwal-123
Copy link
Contributor

Description:
• Enhanced the hover animation for contributors cards.
• Updated transition timing from 0.5s to 0.3s for a snappier effect.
• Adjusted hover scaling from scale-[0.9] to scale-[1] for a more noticeable lift-up effect.
• Added hover:-translate-y-2 for slight upward movement.
• Included hover:shadow-lg to improve depth perception on hover.

📌 Updated Code

- [transition:0.5s] scale-[0.95] hover:scale-[0.9]
+ [transition:0.3s] scale-[0.95] hover:scale-[1] hover:-translate-y-2 hover:shadow-lg

Copy link

github-actions bot commented Feb 5, 2025

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTING.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant