-
Notifications
You must be signed in to change notification settings - Fork 212
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 a lottie animation loader to the website #594
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
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.
Great job, @PulkitShubham! 🎉 Thank you for submitting your pull request. Your contribution is valuable and we appreciate your efforts to improve our project.
We will promptly review your changes and offer feedback. Keep up the excellent work! Kindly remember to check our contributing guidelines
✅ Deploy Preview for collect-your-gamingtools ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
@swaraj-das Kindly review my PR I've worked quite hard to get an animated loader issue no #540 |
Hi there! This issue is still open. We are looking forward to your response. |
@swaraj-das I have rectified the issue and added Loader.js and Loader.css files |
Congratulations, Your pull request has been successfully merged 🥳🎉 Thank you for your contribution to the project 🚀 Keep Contributing!! ✨ |
PR Title
#540 Lottie Loader Implementation solved
Type of PR
Description
This pull request aims to implement a Lottie animation loader that displays while the main content of the webpage is loading. The loader is centered on the screen and fades out smoothly once the page is fully loaded, enhancing the user experience during loading times.
Screenshots / Videos (if applicable)
Before:
After:
Checklist
Additional Context
The loader was created using the Lottie web library, which allows for scalable vector animations. The animation URL used is a publicly available example. The implementation includes a fade-in effect for the main content and prevents scrolling while the loader is visible. No additional issues were encountered during the implementation.
Thank you for reviewing my pull request!