This project demonstrates a simple loading progress bar with a background image blur effect using HTML, CSS, and JavaScript.
- Displays a background image with a loading progress bar indicating the percentage of completion.
- The background image blurs gradually as the loading progresses.
- Utilizes CSS for styling and JavaScript for controlling the loading animation.
- Open the
index.htmlfile in a web browser. - The loading progress bar will start from 0% and gradually increase until it reaches 100%.
index.html: HTML file defining the page structure and elements.style.css: CSS file defining the styles for the page and loading animation.app.js: JavaScript file controlling the loading progress and blur effect.
- The project uses the Google Fonts API to import the 'Rubik Moonrocks' font.
- The background image is loaded from the
./img/6549944.pngpath.
- The loading progress is calculated using a JavaScript function that updates the loading percentage and adjusts the blur effect of the background image accordingly.
Check out the live demo here.
This project is licensed under the MIT License. See the LICENSE file for more information.
