{"id":19293540,"url":"https://github.com/hayanisaid/rnal","last_synced_at":"2025-04-22T07:32:17.295Z","repository":{"id":34300107,"uuid":"171173871","full_name":"hayanisaid/rnal","owner":"hayanisaid","description":"Animations library for react-native ","archived":false,"fork":false,"pushed_at":"2023-01-04T21:40:36.000Z","size":3026,"stargazers_count":68,"open_issues_count":20,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-29T22:53:57.475Z","etag":null,"topics":["android","animation-api","animation-library","animations","animations-library","ios","javascript","react","react-native","react-native-animation","react-native-library","reactjs","transitions"],"latest_commit_sha":null,"homepage":"","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/hayanisaid.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":null,"open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2019-02-17T21:21:00.000Z","updated_at":"2023-06-28T08:47:28.000Z","dependencies_parsed_at":"2023-01-15T06:05:19.127Z","dependency_job_id":null,"html_url":"https://github.com/hayanisaid/rnal","commit_stats":null,"previous_names":["hayanisaid/react-native-animation-library"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayanisaid%2Frnal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayanisaid%2Frnal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayanisaid%2Frnal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hayanisaid%2Frnal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hayanisaid","download_url":"https://codeload.github.com/hayanisaid/rnal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249947483,"owners_count":21349814,"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":["android","animation-api","animation-library","animations","animations-library","ios","javascript","react","react-native","react-native-animation","react-native-library","reactjs","transitions"],"created_at":"2024-11-09T22:35:21.389Z","updated_at":"2025-04-22T07:32:16.809Z","avatar_url":"https://github.com/hayanisaid.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## react-native animations library (rnal) that makes using the animations easy 🚀\n\u003cimg src=\"./images/Fade.gif\"\n     alt=\"Markdown Monster icon\"\n     width=\"150px\"\n     height=\"300px\"\n     style=\"float: left; margin-right: 5px; width:200px\"   /\u003e\n     \u003cimg src=\"./images/SlideUp.gif\"\n     alt=\"Markdown Monster icon\"\n      width=\"150px\"\n     height=\"300px\"\n     style=\"float: left; margin-right: 5px; width:200px\" width=\"150px\"\n     height=\"300px\" /\u003e\n      \u003cimg src=\"./images/infinite.gif\"\n     alt=\"Markdown Monster icon\"\n      width=\"150px\"\n     height=\"300px\"\n     style=\"float: left; margin-right: 5px; width:200px\"   /\u003e\n     \u003cimg src=\"./images/ZoomIn.gif\"\n     alt=\"Markdown Monster icon\"\n      width=\"150px\"\n     height=\"300px\"\n     style=\"float: left; margin-right: 5px; width:200px\"   /\u003e\n           \u003cimg src=\"./images/SlideInRight.gif\"\n     alt=\"Markdown Monster icon\"\n      width=\"150px\"\n     height=\"300px\"\n     style=\"float: left; margin-right: 5px; width:200px\"/\u003e\n\n# Installation ⚓️\n- NPM\n```\nnpm -i rnal --save\n```\n\n- Yarn\n```\nyarn add rnal\n```\n\n# How to use it 👇\n\n## 🎈 Fade  🎈\n```\nimport { Fade } from \"rnal\";\nexport default class App extends Component\u003cProps, State\u003e {\n\n  render() {\n  \n    return (\n      \u003cView style={{flex:1}}\u003e\n        \u003cFade \u003e\n          \u003cImage\n            source={require(\"./images/flowrs.jpg\")}\n            height={200}\n            width={450}\n            style={{ width: 350, height: 200 }}\n            resizeMode=\"cover\"\n          /\u003e\n        \u003c/Fade\u003e\n      \u003c/View\u003e\n    );\n  }\n}\n\n\n```\n\n\n ## Options and props 🎁\n \n| Props     | Value   | Default           | Description                                                                                   |\n| --------- | ------- | ----------------- | --------------------------------------------------------------------------------------------- |\n| duration  | number  | 300               | Play the audio track that matches the system language. If none match, play the first track.   |\n| startWhen | boolean | false             | set when the animation should start, by default the animation start when the component mount. |\n| infinite  | boolean | false             | Determine if the animation is infinite or just run once.                                      |\n| direction | string  | 300               | specify the direction of the animation ex(\"toRight\", \"toLeft\", \"up\",\"down).                   |\n| sets      | Object  | `{from:0,to:180}` | set the point start and the end  of the animation, used with `Rotate` animation .             |\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayanisaid%2Frnal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhayanisaid%2Frnal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhayanisaid%2Frnal/lists"}