{"id":33910582,"url":"https://github.com/itsdevdom/burgerlicious","last_synced_at":"2026-04-21T01:31:41.047Z","repository":{"id":42235691,"uuid":"51444306","full_name":"itsdevdom/burgerlicious","owner":"itsdevdom","description":"Yummy! Burgerlicious is the animated burger icon you always wanted. SVG-based, customizable via SASS, dependency-free.","archived":false,"fork":false,"pushed_at":"2022-12-07T20:29:48.000Z","size":298,"stargazers_count":3,"open_issues_count":7,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2026-02-03T02:25:42.219Z","etag":null,"topics":["animated","burger","burgerlicious","css","icon","menu","sass","svg"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/burgerlicious","language":"SCSS","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/itsdevdom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-10T13:59:06.000Z","updated_at":"2023-03-09T03:19:31.000Z","dependencies_parsed_at":"2022-08-20T20:32:21.918Z","dependency_job_id":null,"html_url":"https://github.com/itsdevdom/burgerlicious","commit_stats":null,"previous_names":["itsdevdom/burgerlicious","dominique-mueller/burgerlicious"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/itsdevdom/burgerlicious","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevdom%2Fburgerlicious","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevdom%2Fburgerlicious/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevdom%2Fburgerlicious/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevdom%2Fburgerlicious/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/itsdevdom","download_url":"https://codeload.github.com/itsdevdom/burgerlicious/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/itsdevdom%2Fburgerlicious/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32072953,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T21:26:33.338Z","status":"ssl_error","status_checked_at":"2026-04-20T21:26:22.081Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["animated","burger","burgerlicious","css","icon","menu","sass","svg"],"created_at":"2025-12-12T04:57:10.672Z","updated_at":"2026-04-21T01:31:41.039Z","avatar_url":"https://github.com/itsdevdom.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n# burgerlicious\n\n**Yummy! Burgerlicious is _the_ animated burger icon you always wanted.\u003cbr\u003eSVG-based, customizable via SASS, dependency-free.**\n\n\u003c/div\u003e\n\n\u003cbr\u003e\u003cbr\u003e\n\n## What it does\n\nSome love it, some hate it: The burger icon, a three-lined icon synbolising a navigatable list. Why its Usability is debatable, it's for\nsure a neat and clean way to hide the bigger kind of menus behind a simple button.\n\nSo, if you're searching for a beautifully animated burger icon based on SVG and SASS - you're there, you got it! Have fun!\n\n![Burgerlicious Animations](/docs/preview.gif?raw=true)\n\n\u003e **Browser compatibility:**\u003cbr\u003eDue to the IE not being able to animate SVG via CSS, animations won't work in this browser! Progressive\n\u003e Enhancement at its best!\n\n\u003cbr\u003e\u003cbr\u003e\u003cbr\u003e\n\n## How to use\n\nUsing this burger means simple copy-pasting code into your project (mainly because including HTML files in the frontend, without\nbackend / build steps, is quite a pain). The following files exist:\n\n- `src/burgerlicious.html` contains the HTML part, in particiular the burger icon as SVG\n- `src/burgerlicious.scss` contains the styles as SASS, incl. variables \u0026 animations\n\n\u003e This project also comes with a build step (`npm run build`) to turn the SASS into plain CSS.\n\nOnce included, you can toggle the burger on and off using the `is-open` class on the svg (with the class `burgerlicious`).\n\n\u003cbr\u003e\n\n### Customization\n\nThe following SASS variables can be used to customize the design of the burger:\n\n- `$burgerlicious--color` defines the line color *(defaults to `#333`)*\n- `$burgerlicious--weight` defines the line stroke width (preferably even numbers) *(defaults to `2px`)*\n- `$burgerlicious--animation-speed` defines the complete animation duration *(defaults to `.5s`)*\n- `$burgerlicious--animation-rotation` defines the animation rotation direction (`left` or `right`) *(defaults to `right`)*\n\n\u003cbr\u003e\n\n### On Usability \u0026 Accessibility\n\nBoth usability and accessibility of the burger menu could be improved by:\n\n- placing the burger inside an actual `\u003cbutton type=\"button\"\u003e` node\n- making the burger button more affordable\n- adding a short label such as \"Menu\" or \"Navigation\" below or above the burger icon\n- putting a tooltip on top of the icon (e.g. using the `title` attribute)\n- adding accessibility nodes to the SVG, such as `\u003ctitle\u003e` or `desc`\n- disable animations if the user prefers reduced motion / no motion at all\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevdom%2Fburgerlicious","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsdevdom%2Fburgerlicious","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsdevdom%2Fburgerlicious/lists"}