{"id":4219,"url":"https://github.com/kirkness/react-native-tween-animation","last_synced_at":"2025-08-04T00:32:34.603Z","repository":{"id":31545675,"uuid":"35110290","full_name":"kirkness/react-native-tween-animation","owner":"kirkness","description":"Simple react native state tween animation module.","archived":false,"fork":false,"pushed_at":"2015-05-05T16:36:26.000Z","size":136,"stargazers_count":48,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T09:52:37.254Z","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/kirkness.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}},"created_at":"2015-05-05T16:13:35.000Z","updated_at":"2023-03-09T02:21:02.000Z","dependencies_parsed_at":"2022-09-08T01:50:29.278Z","dependency_job_id":null,"html_url":"https://github.com/kirkness/react-native-tween-animation","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kirkness/react-native-tween-animation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkness%2Freact-native-tween-animation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkness%2Freact-native-tween-animation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkness%2Freact-native-tween-animation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkness%2Freact-native-tween-animation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kirkness","download_url":"https://codeload.github.com/kirkness/react-native-tween-animation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kirkness%2Freact-native-tween-animation/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268634064,"owners_count":24281896,"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","status":"online","status_checked_at":"2025-08-03T02:00:12.545Z","response_time":2577,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-01-05T20:17:04.867Z","updated_at":"2025-08-04T00:32:34.078Z","avatar_url":"https://github.com/kirkness.png","language":"JavaScript","funding_links":[],"categories":["Components","Others"],"sub_categories":["UI"],"readme":"# react-native-tween-animation\n\nA simple react native state tween animation module.\n\n### Usage\n\n```javascript\nvar animation = new RNTAnimation({\n\n  // Start state\n  start: {\n    top: this.state.position.top,\n    left: this.state.position.left\n  },\n\n  // End state\n  end: {\n    top: 0,\n    left: 0\n  },\n\n  // Animation duration\n  duration: 500,\n\n  // Tween function\n  tween: 'easeOutBack',\n\n  // Update the component's state each frame\n  frame: (tweenFrame) =\u003e {\n    this.setState({\n      position: tweenFrame\n    });\n  },\n\n  // Optional callback\n  done: () =\u003e {\n\n    console.log('All done!');\n\n    // Optionally reverse the animation\n    animation.reverse(() =\u003e {});\n  }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirkness%2Freact-native-tween-animation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkirkness%2Freact-native-tween-animation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkirkness%2Freact-native-tween-animation/lists"}