{"id":19947823,"url":"https://github.com/starknightt/loading-bar-animation","last_synced_at":"2025-09-19T12:32:16.122Z","repository":{"id":203573782,"uuid":"709922316","full_name":"StarKnightt/Loading-Bar-Animation","owner":"StarKnightt","description":"This project is a basic example of a loading bar animation. It consists of an HTML file (index.html) and a CSS file (style.css) that define a loading bar and a text element displaying \"Loading...\". ","archived":false,"fork":false,"pushed_at":"2023-11-17T15:45:07.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-09-06T18:53:33.325Z","etag":null,"topics":["color-scheme","css","css-animations","css-flexbox","css3","cssanimations","html5","htmlcss-project"],"latest_commit_sha":null,"homepage":"https://loadinganimationpage.netlify.app/","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StarKnightt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-25T16:56:52.000Z","updated_at":"2024-03-24T06:39:06.000Z","dependencies_parsed_at":"2024-11-13T00:38:08.220Z","dependency_job_id":"0c881d5e-6b67-4d4a-be74-fd60095db132","html_url":"https://github.com/StarKnightt/Loading-Bar-Animation","commit_stats":null,"previous_names":["starknightt/loading-bar-animation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/StarKnightt/Loading-Bar-Animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarKnightt%2FLoading-Bar-Animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarKnightt%2FLoading-Bar-Animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarKnightt%2FLoading-Bar-Animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarKnightt%2FLoading-Bar-Animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StarKnightt","download_url":"https://codeload.github.com/StarKnightt/Loading-Bar-Animation/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StarKnightt%2FLoading-Bar-Animation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275937098,"owners_count":25556021,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["color-scheme","css","css-animations","css-flexbox","css3","cssanimations","html5","htmlcss-project"],"created_at":"2024-11-13T00:37:31.111Z","updated_at":"2025-09-19T12:32:15.793Z","avatar_url":"https://github.com/StarKnightt.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Loading Bar Animation \n\n## Demo Site - https://loadinganimationpage.netlify.app/\nThis repository contains a simple HTML and CSS project for creating a loading bar animation. The animation represents a loading progress bar with changing colors. This README will provide an overview of the project, its structure, and how to use it.\n\n## Table of Contents\n\n- [Project Description](#project-description)\n- [File Structure](#file-structure)\n- [Usage](#usage)\n- [Customization](#customization)\n- [License](#license)\n\n## Project Description\n\nThis project is a basic example of a loading bar animation. It consists of an HTML file (`index.html`) and a CSS file (`style.css`) that define a loading bar and a text element displaying \"Loading...\". The loading bar changes colors and moves from left to right in a continuous loop to give the illusion of loading.\n\n## File Structure\n\nThe project is organized as follows:\n\n- `index.html`: This is the HTML file that contains the structure of the webpage, including the loading bar and the text element.\n- `style.css`: This CSS file defines the styling and animations for the loading bar and text.\n- `README.md`: The README file you are currently reading, which provides information about the project.\n\n## Usage\n\nTo use this loading bar animation, follow these steps:\n\n1. Download or clone this repository to your local machine.\n\n2. Open the `index.html` file in a web browser to view the loading bar animation. You can do this by double-clicking the `index.html` file or by using a local development server.\n\n3. The loading animation will run in a continuous loop, changing colors and giving the appearance of a loading process.\n\n## Customization\n\nYou can customize this loading bar animation to suit your needs. Here are some customization options:\n\n- **Duration and Speed**: You can adjust the duration and speed of the loading animation by modifying the keyframes in the `style.css` file. The keyframes for the loading animation are defined under `@keyframes load`. You can change the percentage values and colors to customize the animation's appearance and duration.\n\n- **Text Content**: You can change the text content displayed during the loading animation by modifying the `\u003cp\u003e` element in the `index.html` file with the class `text`.\n\n- **Styling**: You can modify the styling of the loading bar and container by adjusting the CSS properties in the `style.css` file. For example, you can change the container's background color, shadow, or the loading bar's height.\n\n## License\n\nThis project is provided under an open-source license. You are free to use, modify, and distribute the code for personal or commercial purposes. Please see the `LICENSE` file for more details on the licensing terms.\n\nFeel free to adapt and extend this loading bar animation for your own projects or use it as a learning resource for HTML and CSS animations.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknightt%2Floading-bar-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstarknightt%2Floading-bar-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstarknightt%2Floading-bar-animation/lists"}