{"id":19005846,"url":"https://github.com/rayentellissy/motionpack","last_synced_at":"2026-05-10T16:06:38.490Z","repository":{"id":211739050,"uuid":"729832822","full_name":"RayenTellissy/MotionPack","owner":"RayenTellissy","description":"React library that effortlessly integrates smooth animations into your React components. Lightweight, intuitive, and ready to enhance your UI.","archived":false,"fork":false,"pushed_at":"2023-12-14T12:18:05.000Z","size":291,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-05T08:36:41.983Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/motion-pack","language":"TypeScript","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/RayenTellissy.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2023-12-10T13:55:54.000Z","updated_at":"2023-12-13T00:54:20.000Z","dependencies_parsed_at":"2024-11-08T18:42:55.464Z","dependency_job_id":null,"html_url":"https://github.com/RayenTellissy/MotionPack","commit_stats":null,"previous_names":["rayentellissy/motionpack"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RayenTellissy/MotionPack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayenTellissy%2FMotionPack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayenTellissy%2FMotionPack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayenTellissy%2FMotionPack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayenTellissy%2FMotionPack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RayenTellissy","download_url":"https://codeload.github.com/RayenTellissy/MotionPack/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RayenTellissy%2FMotionPack/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268907470,"owners_count":24327205,"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","status":"online","status_checked_at":"2025-08-05T02:00:12.334Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-11-08T18:29:23.412Z","updated_at":"2026-05-10T16:06:33.453Z","avatar_url":"https://github.com/RayenTellissy.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MotionPack\n\nSimple React wrappers to add animations to your components!\n\n## Install\n\n```bash\nnpm install motion-pack\n```\n\n---\n\u003cp\u003eNote: Every wrapper component in MotionPack has a default animation, if you would like to customize the animation. You can change the props shown below for each component\u003c/p\u003e\n\n## Reveal\n\n```js\nimport { Reveal } from \"motion-pack\"\n  \nreturn (\n  \u003cReveal\u003e\n    \u003cp\u003ethis text will be animated with reveal effect!\u003c/p\u003e\n  \u003c/Reveal\u003e\n)\n```\n\n### Reveal Props\n\n| Name                 | Value     |\n| ------------         | --------- |\n| startingHeight       | number    |\n| duration             | number    |\n| ease                 | string    |\n| fade                 | string    |\n| delay                | number    |\n\n- `startingHeight` is the initial height (in pixels) from which the animation begins.\n- `duration` is the duration (in seconds) of the reveal animation.\n- `ease` is the easing function for the animation, determining the motion curve.\n- `fade` Controls whether the animation fades in (0 to 1 opacity) or out (1 to 0 opacity).\n- `delay` is the delay (in seconds) before the animation begins.\n\n## MORE TO COME SOON!!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayentellissy%2Fmotionpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frayentellissy%2Fmotionpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frayentellissy%2Fmotionpack/lists"}