{"id":4256,"url":"https://github.com/robcalcroft/react-native-fade-in-view","last_synced_at":"2025-04-10T19:50:39.379Z","repository":{"id":51531665,"uuid":"80526102","full_name":"robcalcroft/react-native-fade-in-view","owner":"robcalcroft","description":":performing_arts: A simple and lightweight RN component that fades in its children","archived":false,"fork":false,"pushed_at":"2023-07-12T02:39:03.000Z","size":102,"stargazers_count":47,"open_issues_count":4,"forks_count":11,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-24T17:22:02.213Z","etag":null,"topics":["animated","fade-in","fader","react-native"],"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/robcalcroft.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}},"created_at":"2017-01-31T14:10:55.000Z","updated_at":"2024-07-05T17:42:00.000Z","dependencies_parsed_at":"2024-01-08T01:02:38.677Z","dependency_job_id":"518c774b-935c-435a-85a9-08f15da8ca2b","html_url":"https://github.com/robcalcroft/react-native-fade-in-view","commit_stats":{"total_commits":22,"total_committers":7,"mean_commits":3.142857142857143,"dds":0.6363636363636364,"last_synced_commit":"ec614f02029bbe7b5ad7fea8bfc3a81d20915e4d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcalcroft%2Freact-native-fade-in-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcalcroft%2Freact-native-fade-in-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcalcroft%2Freact-native-fade-in-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robcalcroft%2Freact-native-fade-in-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robcalcroft","download_url":"https://codeload.github.com/robcalcroft/react-native-fade-in-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248225857,"owners_count":21068078,"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":["animated","fade-in","fader","react-native"],"created_at":"2024-01-05T20:17:06.013Z","updated_at":"2025-04-10T19:50:39.357Z","avatar_url":"https://github.com/robcalcroft.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-fade-in-view [![npm version](https://badge.fury.io/js/react-native-fade-in-view.svg)](https://badge.fury.io/js/react-native-fade-in-view)\n\u003e A simple and lightweight RN component that fades in its children\n\n## Install\n`yarn add react-native-fade-in-view` or `npm install react-native-fade-in-view --save`\n\n## API\n### `onFadeComplete`\nA function that is called when the fade animation completes\n\n### `duration`\nThe duration of the fade animation, **`500ms`** by default\n\n### `style`\nStyle to be given to the view\n\n## Usage\n```javascript\nimport FadeInView from 'react-native-fade-in-view';\n\nconst myFadeInComponent = () =\u003e (\n  \u003cFadeInView\n    duration={750}\n    style={{ alignItems: 'center' }}\n    onFadeComplete={() =\u003e alert('Ready')}\n  \u003e\n    \u003cText\u003eThis view will fade in nicely\u003c/Text\u003e\n  \u003c/FadeInView\u003e\n);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobcalcroft%2Freact-native-fade-in-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobcalcroft%2Freact-native-fade-in-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobcalcroft%2Freact-native-fade-in-view/lists"}