{"id":20327308,"url":"https://github.com/teguhrianto/css-simply-linear-preloader","last_synced_at":"2026-05-06T00:31:49.836Z","repository":{"id":117257903,"uuid":"129065762","full_name":"teguhrianto/CSS-Simply-Linear-Preloader","owner":"teguhrianto","description":"CSS Simply Linear Preloader","archived":false,"fork":false,"pushed_at":"2018-05-15T08:22:59.000Z","size":81,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T14:54:52.019Z","etag":null,"topics":["bootstrap","bootstrap4","css","preloader","sass","scss"],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/teguhrianto.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-04-11T09:04:21.000Z","updated_at":"2018-05-15T08:23:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"c4fad384-0ef1-4e90-84d9-85f621a2026d","html_url":"https://github.com/teguhrianto/CSS-Simply-Linear-Preloader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguhrianto%2FCSS-Simply-Linear-Preloader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguhrianto%2FCSS-Simply-Linear-Preloader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguhrianto%2FCSS-Simply-Linear-Preloader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/teguhrianto%2FCSS-Simply-Linear-Preloader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/teguhrianto","download_url":"https://codeload.github.com/teguhrianto/CSS-Simply-Linear-Preloader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241844195,"owners_count":20029611,"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","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":["bootstrap","bootstrap4","css","preloader","sass","scss"],"created_at":"2024-11-14T19:47:11.841Z","updated_at":"2026-05-06T00:31:49.819Z","avatar_url":"https://github.com/teguhrianto.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CSS Simply Linear Preloader\nThis is a Simply Linear Preloader with or without logo / image / brand. Feel free to use this preloader in your project.\n\n## Demo\n[See DEMO](https://teguhrianto.github.io/CSS-Simply-Linear-Preloader/)\n\n## Quick Start\nHTML\n```html\n\u003cdiv class=\"fullscreen\"\u003e\n    \u003cdiv class=\"preloader\"\u003e\n        \u003cimg src=\"assets/img/logo.png\"\u003e\n        \u003cdiv class=\"bar-container\"\u003e\n            \u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n            \u003cdiv class=\"bar\"\u003e\u003c/div\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\u003c/div\u003e\n```\nCSS\n```css\n.fullscreen .preloader {\n     position: fixed;\n     top: 0;\n     left: 0;\n     width: 100%;\n     height: 100%;\n     z-index: 2000;\n     background-color: #FFF;\n     text-align: center;\n     padding: 0;\n}\n .fullscreen .preloader img {\n     position: absolute;\n     top: 40%;\n     z-index: 2;\n     margin: 0 auto;\n     left: 0;\n     right: 0;\n     height: 50px;\n}\n .fullscreen .preloader .bar-container {\n     position: absolute;\n     top: 50%;\n     height: 4px;\n     width: 130px;\n     background-color: #eee;\n     margin: 0 auto;\n     left: 0;\n     right: 0;\n}\n .fullscreen .preloader .bar-container .bar {\n     content: \"\";\n     display: inline;\n     position: absolute;\n     height: 100%;\n     width: 0;\n     right: 0;\n     background-color: #FFD32A;\n}\n .fullscreen .preloader .bar-container .bar:nth-child(1) {\n     animation: linear-animation 3s linear 1s infinite;\n}\n .fullscreen .preloader .bar-container .bar:nth-child(2) {\n     animation: linear-animation 3s linear 2s infinite;\n}\n .fullscreen .preloader .bar-container .bar:nth-child(3) {\n     animation: linear-animation 3s linear 3s infinite;\n}\n @keyframes linear-animation {\n     0% {\n         right: 100%;\n         width: 10%;\n    }\n     30% {\n         right: 0%;\n         width: 40%;\n    }\n     50% {\n         right: 0%;\n         width: 0%;\n    }\n     80% {\n         right: 0%;\n         width: 0%;\n    }\n     100% {\n         right: 0%;\n         width: 0%;\n    }\n}\n```\n\nJS (Required Jquery)\n```js\n$(document).ready(function(){\n    $('.fullscreen .preloader').fadeOut(5000);\n});\n```\n\n## Ideas and Suggestions\nPlease kindly mail me at [teguh@circle-creative.com](mailto:teguh@circle-creative.com])\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteguhrianto%2Fcss-simply-linear-preloader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fteguhrianto%2Fcss-simply-linear-preloader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fteguhrianto%2Fcss-simply-linear-preloader/lists"}