{"id":4132,"url":"https://github.com/chagasaway/react-native-fading-slides","last_synced_at":"2025-07-13T20:06:25.952Z","repository":{"id":57336891,"uuid":"44038659","full_name":"chagasaway/react-native-fading-slides","owner":"chagasaway","description":":curly_loop: Simple looped fading slides carousel for React Native.","archived":false,"fork":false,"pushed_at":"2017-12-11T02:52:25.000Z","size":301,"stargazers_count":128,"open_issues_count":4,"forks_count":16,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-11T19:22:24.250Z","etag":null,"topics":["react","react-component","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/chagasaway.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-10-11T04:08:12.000Z","updated_at":"2023-03-09T02:13:48.000Z","dependencies_parsed_at":"2022-09-12T11:03:04.955Z","dependency_job_id":null,"html_url":"https://github.com/chagasaway/react-native-fading-slides","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/chagasaway/react-native-fading-slides","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chagasaway%2Freact-native-fading-slides","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chagasaway%2Freact-native-fading-slides/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chagasaway%2Freact-native-fading-slides/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chagasaway%2Freact-native-fading-slides/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chagasaway","download_url":"https://codeload.github.com/chagasaway/react-native-fading-slides/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chagasaway%2Freact-native-fading-slides/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265198361,"owners_count":23726449,"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":["react","react-component","react-native"],"created_at":"2024-01-05T20:17:02.098Z","updated_at":"2025-07-13T20:06:25.925Z","avatar_url":"https://github.com/chagasaway.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"## React Native FadingSlides Component\n\n[![DeepScan Grade](https://deepscan.io/api/projects/1122/branches/2515/badge/grade.svg)](https://deepscan.io/dashboard/#view=project\u0026pid=1122\u0026bid=2515)\n\nSimple looped fading slides carousel for React Native.\n\n![alt tag](http://i.giphy.com/l41lR24WgEwYTaHzW.gif)\n\n### Installation\n\n```bash\nnpm install --save react-native-fading-slides\n```\n\n### Properties\n\n```\nfadeDuration={500} // Milliseconds for slide fade\nstillDuration={1000} // Milliseconds for slide still\nheight={1000} // Set the slides component height\nslides={slidesList} // Set the slides list\nstartAnimation={true} // Start or stops animation\n```\n\n### Slides Properties\n\n```\ntitle={\"Title\"} // Slide's title\ntitleColor={\"#fff\"} // Slide's title color\nsubtitle={\"Subtitle\"} // Slide's subtitle\nsubtitleColor={\"#fff\"} // Slide's subtitle color\nimage={require('image!filename')} // Slide's image\nimageWidth={1000} // Slide's image width\nimageHeight={1000} // Slide's image height\n```\n\n### Usage Example\n\n```javascript\nimport FadingSlides from 'react-native-fading-slides';\n\nconst slides = [\n  {\n    image: require('image!squared-image'),\n    imageWidth: 100,\n    imageHeight: 100,\n    title: 'Hello World',\n    subtitle: 'This is a beautiful world',\n    titleColor: '#fff',\n    subtitleColor: '#fff',\n  },\n  {\n    image: require('image!wide-image'),\n    imageWidth: 200,\n    imageHeight: 100,\n    title: 'Bye World',\n    subtitle: 'This is a see you soon',\n    titleColor: '#fff',\n    subtitleColor: '#fff',\n  }\n];\n\n//...\n\nrender() {\n  return (\n    \u003cView\u003e\n      \u003cFadingSlides\n        slides={slides}\n        fadeDuration={1200}\n        stillDuration={2000}\n        height={500}\n        startAnimation={true}\n      /\u003e\n    \u003c/View\u003e\n  );\n};\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchagasaway%2Freact-native-fading-slides","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchagasaway%2Freact-native-fading-slides","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchagasaway%2Freact-native-fading-slides/lists"}