{"id":13422276,"url":"https://github.com/plus1tv/react-anime","last_synced_at":"2025-05-14T19:01:58.650Z","repository":{"id":39628858,"uuid":"67561538","full_name":"plus1tv/react-anime","owner":"plus1tv","description":"✨ (ﾉ´ヮ´)ﾉ*:･ﾟ✧ A super easy animation library for React!","archived":false,"fork":false,"pushed_at":"2023-02-27T16:42:55.000Z","size":7409,"stargazers_count":1564,"open_issues_count":27,"forks_count":78,"subscribers_count":25,"default_branch":"master","last_synced_at":"2025-04-28T20:46:28.687Z","etag":null,"topics":["animation","anime","dynamic","hooks","npm","react","typescript"],"latest_commit_sha":null,"homepage":"https://codepen.io/collection/nrkjgo/","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/plus1tv.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}},"created_at":"2016-09-07T01:44:16.000Z","updated_at":"2025-04-23T04:35:02.000Z","dependencies_parsed_at":"2023-10-15T20:10:57.574Z","dependency_job_id":null,"html_url":"https://github.com/plus1tv/react-anime","commit_stats":{"total_commits":192,"total_committers":9,"mean_commits":"21.333333333333332","dds":0.3125,"last_synced_commit":"c71c3f6660086e45c8e8ee0e7f8ff2cac4726464"},"previous_names":["stelatech/react-anime"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus1tv%2Freact-anime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus1tv%2Freact-anime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus1tv%2Freact-anime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plus1tv%2Freact-anime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plus1tv","download_url":"https://codeload.github.com/plus1tv/react-anime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252934274,"owners_count":21827676,"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","anime","dynamic","hooks","npm","react","typescript"],"created_at":"2024-07-30T23:00:40.950Z","updated_at":"2025-05-14T19:01:58.533Z","avatar_url":"https://github.com/plus1tv.png","language":"TypeScript","funding_links":[],"categories":["UI Animation","TypeScript"],"sub_categories":["Form Components"],"readme":"\u003ch1 align=\"center\"\u003ereact-anime\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![Npm Package][npm-img]][npm-url]\n[![License][license-img]][license-url]\n[![Unit Tests][travis-img]][travis-url]\n[![Coverage Tests][codecov-img]][codecov-url]\n[![Vulnerabilities][snyk-img]][snyk-url]\n\n\u003e (ﾉ´ヮ´)ﾉ*:･ﾟ✧  A super easy animation library for React built on top of Julian Garnier's [anime.js](https://github.com/juliangarnier/anime). \u003cbr\u003e\n\u003e Just place an `\u003cAnime\u003e` component and what you want animated inside.\n\n[Documentation](documentation.md) | [Demos](https://codepen.io/collection/nrkjgo/) | [Anime.js](https://github.com/juliangarnier/anime)\n\n\u003c/div\u003e\n\n## Installation\n\n```bash\nnpm i react-anime -S\n```\n\n## Features\n\n- Animate nearly all CSS, SVG, \u0026 DOM attributes by adding a prop with their name (eg. `opacity`, `backgroundColor`, `transform` inputs like `translateX`).\n\n- Nested animations are as easy as putting an `\u003cAnime\u003e` component inside another.\n\n- Cascading animations through `delay` prop.\n\n- Add elements dynamically and have them animate in.\n\n- [TypeScript](http://typescriptlang.org/) definitions included.\n\n## Usage\n\n```js\nimport Anime, { anime } from 'react-anime';\n\nlet colors = [ 'blue', 'green', 'red' ];\n\nconst MyAnime = (props) =\u003e (\n    \u003cAnime delay={anime.stagger(100)} scale={[ 0.1, 0.9 ]}\u003e\n        {colors.map((color, i) =\u003e \u003cdiv key={i} className={color} /\u003e)}\n    \u003c/Anime\u003e\n);\n```\n\n[license-img]: http://img.shields.io/:license-mit-blue.svg?style=flat-square\n[license-url]: https://opensource.org/licenses/MIT\n[travis-img]: https://img.shields.io/travis/com/plus1tv/react-anime?style=flat-square\n[travis-url]: https://www.travis-ci.com/github/plus1tv/react-anime\n[codecov-img]: https://img.shields.io/codecov/c/github/plus1tv/react-anime.svg?style=flat-square\n[codecov-url]: https://codecov.io/gh/plus1tv/react-anime\n[npm-img]: https://img.shields.io/npm/v/react-anime.svg?style=flat-square\n[npm-url]: http://npm.im/react-anime\n[snyk-img]:https://snyk.io/test/npm/react-anime/badge.svg?style=flat-square\n[snyk-url]:https://snyk.io/test/npm/react-anime\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus1tv%2Freact-anime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplus1tv%2Freact-anime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplus1tv%2Freact-anime/lists"}