{"id":20237791,"url":"https://github.com/fantasticlbp/hud","last_synced_at":"2026-05-09T08:42:21.958Z","repository":{"id":97340269,"uuid":"97459513","full_name":"FantasticLBP/HUD","owner":"FantasticLBP","description":"This hud written with css","archived":false,"fork":false,"pushed_at":"2017-07-27T13:44:47.000Z","size":1068,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T01:12:41.193Z","etag":null,"topics":["css-animations","css3","css3-animations","hud","js-animations","loader","loading-animations","loading-page","loading-screen"],"latest_commit_sha":null,"homepage":null,"language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FantasticLBP.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":"2017-07-17T09:33:36.000Z","updated_at":"2020-03-10T01:12:53.000Z","dependencies_parsed_at":"2023-06-30T00:45:40.462Z","dependency_job_id":null,"html_url":"https://github.com/FantasticLBP/HUD","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FantasticLBP%2FHUD","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FantasticLBP%2FHUD/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FantasticLBP%2FHUD/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FantasticLBP%2FHUD/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FantasticLBP","download_url":"https://codeload.github.com/FantasticLBP/HUD/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241685199,"owners_count":20003035,"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":["css-animations","css3","css3-animations","hud","js-animations","loader","loading-animations","loading-page","loading-screen"],"created_at":"2024-11-14T08:28:53.051Z","updated_at":"2026-05-09T08:42:21.854Z","avatar_url":"https://github.com/FantasticLBP.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# HUD for jQuery\n\n\nThis animation is written by css.\n\n### Demo\n\n\n\n```\n\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"loaders.css\" /\u003e\n\u003cscript src=\"jquery-2.1.0.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"loader.js\" type=\"text/javascript\"\u003e\u003c/script\u003e\n```\n\n\nthen in your js code :\n\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",1);\n//结束动画\ndismiss();\n```\n![效果图](https://raw.githubusercontent.com/FantasticLBP/HUD/master/2017-07-27%2021_28_28.gif \"loading animation1\")\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",2);\n//结束动画\ndismiss();\n```\n![效果图](https://raw.githubusercontent.com/FantasticLBP/HUD/master/2017-07-27%2021_30_13.gif \"loading animation2\")\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",3);\n//结束动画\ndismiss();\n```\n![效果图](https://raw.githubusercontent.com/FantasticLBP/HUD/master/2017-07-27%2021_31_50.gif \"loading animation3\")\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",4);\n//结束动画\ndismiss();\n```\n![效果图](https://raw.githubusercontent.com/FantasticLBP/HUD/master/2017-07-27%2021_33_25.gif \"loading animation4\")\n\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",5);\n//结束动画\ndismiss();\n```\n![效果图](https://raw.githubusercontent.com/FantasticLBP/HUD/master/2017-07-27%2021_34_08.gif \"loading animation5\")\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",6);\n//结束动画\ndismiss();\n```\n![效果图](https://github.com/FantasticLBP/HUD/raw/master/2017-07-27%2021_34_35.gif \"loading animation6\")\n\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",7);\n//结束动画\ndismiss();\n```\n![效果图](https://github.com/FantasticLBP/HUD/blob/master/2017-07-27%2021_35_12.gif?raw=true \"loading animation7\")\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",8);\n//结束动画\ndismiss();\n```\n![效果图](https://github.com/FantasticLBP/HUD/blob/master/2017-07-27%2021_35_40.gif?raw=true \"loading animation8\")\n\n\n\n```\n//加载状态\nloadingWithMessage(\"正在请求数据\",9);\n//结束动画\ndismiss();\n```\n![效果图](https://github.com/FantasticLBP/HUD/blob/master/2017-07-27%2021_36_02.gif?raw=true \"loading animation9\")\n\n\n如果有不懂的地方可以加入QQ交流群讨论：\u003ca target=\"_blank\" href=\"//shang.qq.com/wpa/qunwpa?idkey=c9dc4ab0b2062e0004b3b2ed556da1ce898631742e15780297feb3465ad08eda\"\u003e**515066271**\u003c/a\u003e。这个QQ群讨论技术范围包括：iOS、H5混合开发、前端开发、PHP开发，欢迎大家讨论技术。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasticlbp%2Fhud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffantasticlbp%2Fhud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffantasticlbp%2Fhud/lists"}