{"id":13496093,"url":"https://github.com/foundation/motion-ui","last_synced_at":"2026-01-11T13:28:02.346Z","repository":{"id":29023675,"uuid":"32550958","full_name":"foundation/motion-ui","owner":"foundation","description":"💎 The powerful Sass library for creating CSS transitions and animations","archived":false,"fork":false,"pushed_at":"2024-09-26T21:51:12.000Z","size":1365,"stargazers_count":1168,"open_issues_count":17,"forks_count":172,"subscribers_count":68,"default_branch":"develop","last_synced_at":"2025-05-13T05:47:33.260Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://zurb.com/playground/motion-ui","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/foundation.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-03-19T23:07:39.000Z","updated_at":"2025-05-06T23:59:18.000Z","dependencies_parsed_at":"2024-10-29T11:54:07.270Z","dependency_job_id":null,"html_url":"https://github.com/foundation/motion-ui","commit_stats":{"total_commits":216,"total_committers":22,"mean_commits":9.818181818181818,"dds":"0.47685185185185186","last_synced_commit":"f49afd81fc0254109582ae35424caae689bc0bba"},"previous_names":["zurb/motion-ui"],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundation%2Fmotion-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundation%2Fmotion-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundation%2Fmotion-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/foundation%2Fmotion-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/foundation","download_url":"https://codeload.github.com/foundation/motion-ui/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254119401,"owners_count":22017947,"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-07-31T19:01:42.165Z","updated_at":"2026-01-11T13:28:02.279Z","avatar_url":"https://github.com/foundation.png","language":"SCSS","readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://get.foundation/sites/docs/motion-ui.html\"\u003e\n    \u003cimg src=\"https://user-images.githubusercontent.com/9939075/40385796-108879b6-5e08-11e8-8a12-3bbe7d0bc631.png\" alt=\"Motion UI\" width=\"448px\" style=\"max-width:100%;\"/\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n \n \n\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://github.com/foundation/motion-ui/blob/docs/installation.md\"\u003e\u003cb\u003eInstall\u003c/b\u003e\u003c/a\u003e\n  | \u003ca href=\"https://get.foundation/sites/docs/motion-ui.html\"\u003eDemo\u003c/a\u003e\n  | \u003ca href=\"https://github.com/foundation/motion-ui/blob/docs\"\u003eDocumentation\u003c/a\u003e\n  | \u003ca href=\"https://github.com/foundation/motion-ui/releases\"\u003eReleases\u003c/a\u003e\n\u003c/p\u003e\n\n---\n\n[![CDNJS](https://img.shields.io/cdnjs/v/motion-ui.svg)](https://cdnjs.com/libraries/motion-ui/)\n\n💎 The powerful Sass library for creating CSS transitions and animations. The code is a standalone library, used by [Foundation for Sites](https://get.foundation/sites/).\n\n## Installation\n\nInstall Motion UI with npm or Bower.\n\n```sh\nnpm install motion-ui --save\nbower install motion-ui --save\n```\n\nThen to build with **Sass** ([Autoprefixer](https://github.com/postcss/autoprefixer) is required):\n```scss\n// Add the load path \"[modules_folder]/motion-ui/src\" to your Sass configuration\n@import 'motion-ui';\n\n@include motion-ui-transitions;\n@include motion-ui-animations;\n```\n\n\u003e Autoprefixer is required for the Sass installation as Motion UI uses unprefixed transition and animation properties. We recommend you to install [PostCSS and Autoprefixer](https://github.com/postcss/autoprefixer).\n\nOr to use the equivalent pre-compiled **CSS**, import the Motion UI standalone CSS file `dist/motion-ui.css` or `dist/motion-ui.min.css`.\n\nTo easily transition elements in and out using Motion UI classes, import the Motion UI **JavaScript** library `dist/motion-ui.js` or `dist/motion-ui.min.js`.\n\nSee the [full installation instructions](https://github.com/foundation/motion-ui/tree/master/docs/installation.md)\n\n## Demos\n\n[View live demo.](https://get.foundation/sites/docs/motion-ui.html)\n\n## Documentation\n\n[View the documentation here.](https://github.com/foundation/motion-ui/tree/master/docs)\n\n## Develop Locally\n\n```sh\ngit clone https://github.com/foundation/motion-ui\ncd motion-ui\nnpm install\n```\n\n- Run `npm start` to compile test Sass/JS files, and to build the documentation.\n  To make changes to the documentation, edit the files under `docs/src`.\n- Run `npm test` to run the unit tests.\n- Run `npm start dist` to compile distribution files.\n","funding_links":[],"categories":["SCSS","CSS","Frameworks / Resources"],"sub_categories":["M"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundation%2Fmotion-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffoundation%2Fmotion-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffoundation%2Fmotion-ui/lists"}