-
Notifications
You must be signed in to change notification settings - Fork 67
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
Title: Smooth Tick Option and Explore Button Animation #397
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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! 😊 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good, but can you make this animation a little faster as it is very slow right now
frontend/src/pages/Home.tsx
Outdated
|
||
document.title = 'Style Share | Welcome 🙏'; | ||
|
||
// Define the type for visibleItems as an array of strings |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could we remove this comment ? Code is readable so this is unnecessary here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure sir ,Done!
🎉 Your pull request has been successfully merged! 🎉 Thank you for your valuable contribution to our project. Your efforts are greatly appreciated. Feel free to reach out if you have any more contributions or if there's anything else we can assist you with. Keep up the fantastic work! 🚀 |
Sir , kindly assign gssoc label and level. Thank you ! |
Pull Request
Title
Smooth Tick Option and Explore Button Animation
Description
Smooth Tick Options Loading: Added a container for tick options to ensure they appear smoothly one by one without affecting the position of other elements.
Explore Button Animation: Implemented an eye-catching animation for the explore button to maintain visibility and encourage user interaction.
Related Issues
Fixes #390
Changes Made
Added CSS for smooth tick option animation.
Implemented animation for the explore button to enhance user engagement.
Checklist
Screenshots (if applicable)
home_page_tick_buttons_display_modification.mp4
Additional Notes
Footer