Open AbhijitMotekar99 opened 3 weeks ago
The changes in the index.html
file introduce a preloader feature that enhances the user experience during page loading. A new style block defines the preloader's appearance and animation, which includes a fixed overlay and animated text. The main content is encapsulated in a newly added <div>
that is initially hidden, with JavaScript managing the preloader's visibility by displaying it for 5 seconds before revealing the main content. A minor typo in the class name was also corrected.
Files | Change Summary |
---|---|
index.html | Added a preloader feature with styling and animation. Introduced <div class="preloader"> and <div class="main-content"> . Updated JavaScript for preloader visibility and corrected a typo in class name. |
Objective | Addressed | Explanation |
---|---|---|
Implement animated preloader as described (#347) | β |
π In the garden, where bunnies play,
A preloader spins, brightening the day.
With a wave of its hand, it hides the wait,
Revealing the content, oh, isn't it great?
So hop along, friends, with joy and delight,
Our site now loads smoothly, a beautiful sight! πΌβ¨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Thank you for submitting your pull request! π We'll review it as soon as possible. π
Thank you for submitting your pull request! π We'll review it as soon as possible. π
Name | Link |
---|---|
Latest commit | 824615712728d89b7fcf3d3e7900ef69f6b83fbf |
Latest deploy log | https://app.netlify.com/sites/manageyourwaste/deploys/671cdbbab7794e0008674f03 |
Issues Identification
Closes: #347
Description
Summary
Animeted text preloader added
https://github.com/user-attachments/assets/9430b8ec-cfc4-4ebe-b0b0-3474fa42b2ff
Types of Changes
Please check the boxes that apply
Checklist
Please check the boxes that apply
Summary by CodeRabbit
New Features
Bug Fixes