{"id":18496578,"url":"https://github.com/oddbird/accoutrement-animate","last_synced_at":"2025-05-14T04:34:40.199Z","repository":{"id":57172474,"uuid":"136977081","full_name":"oddbird/accoutrement-animate","owner":"oddbird","description":"tools for managing animations and transitions","archived":false,"fork":false,"pushed_at":"2018-06-22T20:11:50.000Z","size":214,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T18:48:42.683Z","etag":null,"topics":[],"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/oddbird.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-06-11T20:24:34.000Z","updated_at":"2018-06-11T22:35:57.000Z","dependencies_parsed_at":"2022-08-24T14:41:01.215Z","dependency_job_id":null,"html_url":"https://github.com/oddbird/accoutrement-animate","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Faccoutrement-animate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Faccoutrement-animate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Faccoutrement-animate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/oddbird%2Faccoutrement-animate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/oddbird","download_url":"https://codeload.github.com/oddbird/accoutrement-animate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239148603,"owners_count":19589820,"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":[],"created_at":"2024-11-06T13:30:01.199Z","updated_at":"2025-02-17T00:16:35.719Z","avatar_url":"https://github.com/oddbird.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"Accoutrement-Animate\n====================\n\n**Sass animation/transition management by [OddBird][oddbird]…**\n\n- Organize all your timing, easing, and transitions into maps\n- Document relationships directly in the code\n\n[oddbird]: http://oddbird.net/\n\nOddBird's Accoutrement toolkits are designed around the idea\nthat code should be meaningful to both humans and machines –\nopening the door for automation,\nwhile improving or maintaining readability.\nThese tools integrate with [Herman][Herman],\nour automated living pattern-library generator\nbuilt on [SassDoc][SassDoc].\n\n[Herman]: http://oddbird.net/herman/\n[SassDoc]: http://sassdoc.com/\n\n\n**Other Accoutrement include…**\n\n- [Color](http://oddbird.net/accoutrement-color/)\n  provides color-palette management and contrast-ratio utilities.\n- [Init](http://oddbird.net/accoutrement-init/)\n  provides lightweight browser-normalization.\n- [Scale](http://oddbird.net/accoutrement-scale/)\n  helps manage scale patterns like font-sizes, margins, and gutters.\n- [Type](http://oddbird.net/accoutrement-type/)\n  provides webfont management tools,\n  and other typography helpers.\n- [Layout](http://oddbird.net/accoutrement-layout/)\n  provides layout utilities such as\n  box-sizing, intrinsic ratios, z-index management,\n  named media-queries, and a clearfix.\n\n\nQuick Start: Animation\n----------------------\n\nInstall the package with npm or yarn:\n\n```bash\nnpm install accoutrement-animate\nyarn add accoutrement-animate\n```\n\nImport the library:\n\n```scss\n@import '\u003cpath-to\u003e/accoutrement-animate/sass/animate';\n```\n\nEstablish your timing and easing palettes:\n\n```scss\n$times: (\n  'fast': 150ms,\n  'medium': 'fast' ('times': 2),\n);\n```\n\nAccess your timing \u0026 easing from anywhere:\n\n```scss\n.example {\n  transition-duration: time('fast');\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Faccoutrement-animate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foddbird%2Faccoutrement-animate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foddbird%2Faccoutrement-animate/lists"}