{"id":13499665,"url":"https://github.com/hzdg/gsap-react-plugin","last_synced_at":"2025-07-30T20:05:06.774Z","repository":{"id":18510053,"uuid":"21706687","full_name":"hzdg/gsap-react-plugin","owner":"hzdg","description":"A GSAP plugin for tweening React.js component state.","archived":false,"fork":false,"pushed_at":"2014-08-08T20:26:06.000Z","size":668,"stargazers_count":130,"open_issues_count":5,"forks_count":7,"subscribers_count":30,"default_branch":"master","last_synced_at":"2025-07-21T11:15:46.395Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CoffeeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hzdg.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}},"created_at":"2014-07-10T19:07:50.000Z","updated_at":"2023-08-19T17:39:32.000Z","dependencies_parsed_at":"2022-07-30T14:19:50.347Z","dependency_job_id":null,"html_url":"https://github.com/hzdg/gsap-react-plugin","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/hzdg/gsap-react-plugin","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzdg%2Fgsap-react-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzdg%2Fgsap-react-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzdg%2Fgsap-react-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzdg%2Fgsap-react-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hzdg","download_url":"https://codeload.github.com/hzdg/gsap-react-plugin/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hzdg%2Fgsap-react-plugin/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267930645,"owners_count":24167476,"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-07-30T02:00:09.044Z","response_time":70,"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-07-31T22:00:37.883Z","updated_at":"2025-07-30T20:05:06.736Z","avatar_url":"https://github.com/hzdg.png","language":"CoffeeScript","readme":"GSAP React Plugin\n=================\n\nA [GSAP] plugin for tweening [React.js] component state.\n\nThis plugin will handle tweening values on a prop called `state`. If the tween\ntarget does not have a `setState` method, the plugin will not initialize.\n\n\nUsage\n-----\n\n```javascript\nReact.createClass({\n    getInitialState: function() {\n        return {width: 0};\n    },\n    componentDidMount: function() {\n        TweenLite.to(this, 1, {state: {width: 100}});\n    },\n    render: function() {\n        return \u003cdiv style={{width: this.state.width}}\u003eHello World!\u003c/div\u003e\n    }\n});\n```\n\n\nInstallation\n------------\n\n- Via [npm]: `npm install gsap-react-plugin`\n- Via [bower]: `bower install gsap-react-plugin`\n- Via file \u003e save as: [gsap-react-plugin.js]\n\n[GSAP]: http://www.greensock.com/gsap-js/\n[React.js]: http://facebook.github.io/react/\n[npm]: http://npmjs.org\n[bower]: http://bower.io\n[gsap-react-plugin.js]: https://raw.githubusercontent.com/hzdg/gsap-react-plugin/master/gsap-react-plugin.js\n","funding_links":[],"categories":["Awesome React","Uncategorized"],"sub_categories":["Tools","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzdg%2Fgsap-react-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhzdg%2Fgsap-react-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhzdg%2Fgsap-react-plugin/lists"}