{"id":13547159,"url":"https://github.com/nHiRanZ/react-native-kenburns-view","last_synced_at":"2025-04-02T19:32:39.416Z","repository":{"id":3524311,"uuid":"49851966","full_name":"nHiRanZ/react-native-kenburns-view","owner":"nHiRanZ","description":"KenBurns Image Effect for React Native Applications","archived":false,"fork":false,"pushed_at":"2023-12-11T14:10:12.000Z","size":4742,"stargazers_count":58,"open_issues_count":28,"forks_count":18,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-12-11T15:31:44.678Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nHiRanZ.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-01-18T04:26:59.000Z","updated_at":"2023-12-20T15:46:34.842Z","dependencies_parsed_at":"2023-12-11T15:41:27.931Z","dependency_job_id":null,"html_url":"https://github.com/nHiRanZ/react-native-kenburns-view","commit_stats":{"total_commits":45,"total_committers":8,"mean_commits":5.625,"dds":0.6,"last_synced_commit":"218b3836ebff8bb29e26b714136243a2a1c2455f"},"previous_names":[],"tags_count":7,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nHiRanZ%2Freact-native-kenburns-view","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nHiRanZ%2Freact-native-kenburns-view/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nHiRanZ%2Freact-native-kenburns-view/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nHiRanZ%2Freact-native-kenburns-view/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nHiRanZ","download_url":"https://codeload.github.com/nHiRanZ/react-native-kenburns-view/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246880253,"owners_count":20848834,"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":[],"created_at":"2024-08-01T12:00:51.852Z","updated_at":"2025-04-02T19:32:38.346Z","avatar_url":"https://github.com/nHiRanZ.png","language":"JavaScript","funding_links":[],"categories":["🚀 A series of exquisite and compact web page cool effects"],"sub_categories":["Image Effect"],"readme":"# react-native-kenburns-view \n\u003cp align=\"left\"\u003e\n  \u003ca href=\"http://opensource.org/licenses/ISC\"\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-ISC-blue.svg\" alt=\"react-native-kenburns-view is released under the ISC license.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/react-native-kenburns-view\"\u003e\n    \u003cimg src=\"https://badge.fury.io/js/react-native-kenburns-view.svg\" alt=\"Current npm package version.\" /\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://twitter.com/intent/follow?screen_name=nHiRanZ\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/nHiRanZ.svg?label=Follow%20@nHiRanZ\" alt=\"Follow @nHiRanZ\" /\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n[`KenBurns`](https://en.wikipedia.org/wiki/Ken_Burns_effect) Image Effect for React Native. Based on Image Component [`Image` Component](https://facebook.github.io/react-native/docs/image.html).\nVersion: 4.1.0\n\nTested on React Native 0.62.2 iOS and Android.\n\n## Installation\n\nNote: Requires React Timeout. If it's not available, install it from the command below.\n```bash\n$ npm i react-timeout --save\n```\n\nThe proceed to install the library\n```bash\n$ npm i react-native-kenburns-view --save\n```\n\n## Demo/Example\n\n![kenburns view demo](https://media.giphy.com/media/xTcnT8ju8pHKhIZY9G/giphy.gif)\n\nGo to `react-native-kenburns-view/example/KenBurnsExample` to view the example.\n\n## Usage\n\n```jsx\n\u003cBurnsImage tension={4} friction={50} imageWidth={200} imageHeight={100} sourceUri={require(./images/kenburnsimage.jpg)} placeholderSource={require( './images/placeholder.jpg')}\u003e\n\u003c/BurnsImage\u003e\n```\n\n## API (props)\n\n| Prop | Description |\n|---|---|\n|**`tension`**| `int` Tension Value. |\n|**`friction`**| `int` Friction Value. |\n|**`imageWidth`**| `int` Image Width. |\n|**`imageHeight`**| `int` Image Height. |\n|**`sourceUri`**| `URI String` Image URL. |\n|**`placeholderSource`**| `URI String` Placeholder Image URL (Possibly a Local Image). |\n|**`autoStart`**| `boolean` Autostarts the animation. |\n\n## npm\n\nLink: [`react-native-kenburns-view on npm`](https://www.npmjs.com/package/react-native-kenburns-view)\n\n## License\n\n[`ISC`](http://opensource.org/licenses/ISC) License\n\n## Feedback\n\nEmail: nimilahiran@gmail.com\nTwitter: [`nHiRanZ on Twitter`](https://twitter.com/nHiRanZ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FnHiRanZ%2Freact-native-kenburns-view","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FnHiRanZ%2Freact-native-kenburns-view","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FnHiRanZ%2Freact-native-kenburns-view/lists"}