{"id":29075154,"url":"https://github.com/motiondivision/motion-vscode","last_synced_at":"2025-10-13T09:46:15.389Z","repository":{"id":299592197,"uuid":"1003521069","full_name":"motiondivision/motion-vscode","owner":"motiondivision","description":"Motion developer tools for VS Code","archived":false,"fork":false,"pushed_at":"2025-06-18T10:15:40.000Z","size":1533,"stargazers_count":16,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-27T15:09:52.356Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/motiondivision.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,"zenodo":null}},"created_at":"2025-06-17T09:18:09.000Z","updated_at":"2025-06-21T06:05:57.000Z","dependencies_parsed_at":"2025-06-17T10:33:54.252Z","dependency_job_id":"193a4839-0eba-411a-8e93-e330240a9817","html_url":"https://github.com/motiondivision/motion-vscode","commit_stats":null,"previous_names":["motiondivision/motion-vscode"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/motiondivision/motion-vscode","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motiondivision%2Fmotion-vscode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motiondivision%2Fmotion-vscode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motiondivision%2Fmotion-vscode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motiondivision%2Fmotion-vscode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/motiondivision","download_url":"https://codeload.github.com/motiondivision/motion-vscode/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/motiondivision%2Fmotion-vscode/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262457970,"owners_count":23314293,"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":"2025-06-27T15:09:45.527Z","updated_at":"2025-10-13T09:46:15.383Z","avatar_url":"https://github.com/motiondivision.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  \u003cimg src=\"images/readme-header.png\" alt=\"Motion for VS Code\" /\u003e\n\u003c/h1\u003e\n\nSupercharge your animation development process with Motion for VS Code.\n\n-   **Copilot docs:** Turn Copilot into a Motion expert with the latest docs.\n-   **Copilot CSS generation:** Enhance Copilot's CSS generation with real Motion springs.\n\nAdditionally, [Motion+](https://motion.dev/plus) users gain access to:\n\n-   **Bezier curve editor**: Edit and preview CSS and Motion easing curves.\n-   More features coming soon\n\n![Bezier curve editing](images/bezier-editing.gif)\n\n\u003c!---\n-   **AI+ docs:** Latest docs for Motion+ features like `Cursor` and `Ticker`\n-   **Curve visualisation:** Lets Copilot visually see springs and easing curves\n-   **Spring editor:** Edit Motion springs inline, in real-time\n--\u003e\n\n## Install\n\nInstall via the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=Motion.motion-vscode-extension)\n\n### Enable Motion+ features\n\nGenerate a [personal access token](https://plus.motion.dev/profile), then click \"Authenticate\" in the Motion panel to open an input dialog for your token.\n\n![Screenshot of the unauthenticated Motion panel](images/auth.png)\n\n## Features\n\n### Copilot docs\n\nLoad the latest Motion documentation directly into Copilot. Add docs to a chat by clicking on \"Add Context\":\n\n![Screenshot of the Copilot chat window](images/readme-add-context.png)\n\nNavigating to \"MCP Resources...\"\n\n![Screenshot of the resources list](images/readme-add-context-2.png)\n\nSearch for the docs you're looking for:\n\n![Screenshot of the search box](images/readme-add-context-3.png)\n\n[Learn more about Copilot docs](https://motion.dev/docs/ai-llm-documentation)\n\n### CSS generation\n\nWith Motion for Visual Studio Code , Copilot gains the ability to generate CSS `linear()` easing curves to create springs or other custom easing curves.\n\n\u003e Generate a CSS spring that's quite bouncy\n\n```js\n600ms linear(0, 0.0121 /* ... */)\n```\n\n[Learn more about CSS generation](https://motion.dev/docs/ai-generate-css-springs-and-easings-llm)\n\n### Bezier curve editing\n\nWhen editing a CSS or Motion bezier easing curve while the Motion panel's open, a bezier curve editor will appear. Changes will be immediately reflected in your code.\n\n![Bezier curve editing](images/bezier-editing.gif)\n\n\u003c!--\n\n## Extension Settings\n\nInclude if your extension adds any VS Code settings through the `contributes.configuration` extension point.\n\nFor example:\n\nThis extension contributes the following settings:\n\n-   `myExtension.enable`: Enable/disable this extension.\n-   `myExtension.thing`: Set to `blah` to do something.\n\n## Motion+ authentication\n\nTo enable Motion+\n\n--\u003e\n\n## Issues \u0026 feature requests\n\nFound a bug or have a feature request? Open an issue on the [Motion repo](https://github.com/motiondivision/motion).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotiondivision%2Fmotion-vscode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmotiondivision%2Fmotion-vscode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmotiondivision%2Fmotion-vscode/lists"}