{"id":13809847,"url":"https://github.com/micha-lmxt/svelte-motion","last_synced_at":"2025-05-15T15:06:10.068Z","repository":{"id":40620829,"uuid":"352161722","full_name":"micha-lmxt/svelte-motion","owner":"micha-lmxt","description":"An animation library for Svelte based on framer-motion.","archived":false,"fork":false,"pushed_at":"2024-05-20T03:23:03.000Z","size":3120,"stargazers_count":622,"open_issues_count":20,"forks_count":15,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-05-06T03:01:48.995Z","etag":null,"topics":["animation","framer-motion","svelte"],"latest_commit_sha":null,"homepage":"https://svelte-motion.gradientdescent.de","language":"JavaScript","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/micha-lmxt.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2021-03-27T19:41:19.000Z","updated_at":"2025-05-03T07:26:03.000Z","dependencies_parsed_at":"2024-02-20T23:25:38.983Z","dependency_job_id":"effc8a51-5ab6-40a9-9949-11bf5430dc5e","html_url":"https://github.com/micha-lmxt/svelte-motion","commit_stats":{"total_commits":281,"total_committers":7,"mean_commits":"40.142857142857146","dds":"0.33096085409252674","last_synced_commit":"c734f01e404b091450c1bb8c174ef9a950700e23"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha-lmxt%2Fsvelte-motion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha-lmxt%2Fsvelte-motion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha-lmxt%2Fsvelte-motion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/micha-lmxt%2Fsvelte-motion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/micha-lmxt","download_url":"https://codeload.github.com/micha-lmxt/svelte-motion/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254364270,"owners_count":22058878,"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":["animation","framer-motion","svelte"],"created_at":"2024-08-04T02:00:37.554Z","updated_at":"2025-05-15T15:06:10.043Z","avatar_url":"https://github.com/micha-lmxt.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"# Svelte Motion\n\nAn animation library based on [framer-motion](https://www.framer.com/motion/). \n\n[Visit Project Page](https://svelte-motion.gradientdescent.de)\n\n## Installation\n\n```bash\nnpm install --save-dev svelte-motion\n```\n\n## Usage\n\nCorresponding to a `MotionDiv` in framer-motion is this:\n\n```javascript\nimport { Motion } from 'svelte-motion'\n\n\u003cMotion let:motion\u003e\u003cdiv use:motion/\u003e\u003c/Motion\u003e\n```\nFor svg elements like 'g', 'path' or 'circle', use:\n\n```javascript\n\u003cMotion let:motion isSVG\u003e\u003cg use:motion/\u003e\u003c/Motion\u003e\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicha-lmxt%2Fsvelte-motion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicha-lmxt%2Fsvelte-motion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicha-lmxt%2Fsvelte-motion/lists"}