{"id":22210600,"url":"https://github.com/web3batman/float","last_synced_at":"2026-02-18T16:31:38.204Z","repository":{"id":99712825,"uuid":"204347038","full_name":"web3batman/float","owner":"web3batman","description":null,"archived":false,"fork":false,"pushed_at":"2019-08-25T20:38:32.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-17T04:36:00.606Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/web3batman.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":"2019-08-25T20:37:06.000Z","updated_at":"2024-07-18T14:38:42.000Z","dependencies_parsed_at":"2023-07-31T14:46:54.175Z","dependency_job_id":null,"html_url":"https://github.com/web3batman/float","commit_stats":null,"previous_names":["echooferen/float","web3batman/float"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web3batman/float","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3batman%2Ffloat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3batman%2Ffloat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3batman%2Ffloat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3batman%2Ffloat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web3batman","download_url":"https://codeload.github.com/web3batman/float/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web3batman%2Ffloat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29585548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T13:56:48.962Z","status":"ssl_error","status_checked_at":"2026-02-18T13:54:34.145Z","response_time":162,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-12-02T20:13:56.355Z","updated_at":"2026-02-18T16:31:38.183Z","avatar_url":"https://github.com/web3batman.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"st-action-panel\n===============\n\nA small JQuery plugin for a floating action button which displays a small menu panel.  Features options for open duration, close duration, and rotate.\n\nDemo:  https://dlenhart.github.io/data/st-action-panel/\n\n\nRequired\n----\nJQuery\n\n\nUsage\n----\n**-  Include CSS in HTML:**\n\n```\u003clink rel=\"stylesheet\" type=\"text/css\" href=\"css/st.action-panel.css\" /\u003e```\n\n**-  Include JS file in HTML ( after jQuery reference ):**\n\n```\u003cscript src=\"js/st.action-panel.js\"\u003e\u003c/script\u003e```\n\n**-  Set up HTML:**\n\n```\n\u003cdiv class=\"st-actionContainer right-bottom\"\u003e\n\t\u003cdiv class=\"st-panel\"\u003e\n\t\t\u003cdiv class=\"st-panel-header\"\u003e\u003ci class=\"fa fa-bars\" aria-hidden=\"true\"\u003e\u003c/i\u003e Menu\u003c/div\u003e\n\t\t\u003cdiv class=\"st-panel-contents\"\u003e\n\t\t\tPut some contents here!\n\t\t\u003c/div\u003e\n\t\u003c/div\u003e\n\t\u003cdiv class=\"st-btn-container right-bottom\"\u003e\n\t\t\u003cdiv class=\"st-button-main\"\u003e\u003ci class=\"fa fa-bars\" aria-hidden=\"true\"\u003e\u003c/i\u003e\u003c/div\u003e\n\t\u003c/div\u003e\n\u003c/div\u003e\n```\n\nCall plugin\n----\n```\n$('st-actionContainer').launchBtn( { openDuration: 500, closeDuration: 300 } );\n```\n\n( Settings are optional, {rotate: false} turns off button spin )\n\n-  Adjust CSS to your liking.  See **index.html** for example.\n\n\nWebsite\n----\nhttp://www.drewlenhart.com/\n\nLicense\n----\nMIT License\n\nCopyright (c) 2016 Drew D. Lenhart\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3batman%2Ffloat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3batman%2Ffloat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3batman%2Ffloat/lists"}