{"id":21653785,"url":"https://github.com/epranka/scrollmagic-plugin-gsap","last_synced_at":"2025-04-11T21:02:38.236Z","repository":{"id":65412210,"uuid":"170564222","full_name":"epranka/scrollmagic-plugin-gsap","owner":"epranka","description":"Add animation.gsap.js plugin to ScrollMagic in ES6 with no problems","archived":false,"fork":false,"pushed_at":"2019-12-20T19:29:53.000Z","size":16,"stargazers_count":29,"open_issues_count":4,"forks_count":5,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-11T21:02:27.400Z","etag":null,"topics":["animation","gsap","plugin","scrollmagic","tweenlite","tweenmax"],"latest_commit_sha":null,"homepage":null,"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/epranka.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":"2019-02-13T19:14:00.000Z","updated_at":"2023-11-11T20:27:58.000Z","dependencies_parsed_at":"2023-01-22T07:35:14.406Z","dependency_job_id":null,"html_url":"https://github.com/epranka/scrollmagic-plugin-gsap","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epranka%2Fscrollmagic-plugin-gsap","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epranka%2Fscrollmagic-plugin-gsap/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epranka%2Fscrollmagic-plugin-gsap/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/epranka%2Fscrollmagic-plugin-gsap/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/epranka","download_url":"https://codeload.github.com/epranka/scrollmagic-plugin-gsap/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248480437,"owners_count":21110937,"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":["animation","gsap","plugin","scrollmagic","tweenlite","tweenmax"],"created_at":"2024-11-25T08:20:38.179Z","updated_at":"2025-04-11T21:02:37.825Z","avatar_url":"https://github.com/epranka.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scrollmagic-plugin-gsap\n\nOriginal animation.gsap.js plugin for ScrollMagic is not compatible with ES6 modules, so it's causing a number of problems to add it in ES6 environment. Use this module to simple wrap ScrollMagic with animation.gsap.js in ES6. Has Typescript definition in module.\n\n```\nnpm install --save scrollmagic-plugin-gsap\n```\n\nor\n\n```\nyarn install scrollmagic-plugin-gsap\n```\n\n### Usage\n\n```js\nimport * as ScrollMagic from \"scrollmagic\"; // Or use scrollmagic-with-ssr to avoid server rendering problems\nimport { TweenMax, TimelineMax } from \"gsap\"; // Also works with TweenLite and TimelineLite\nimport { ScrollMagicPluginGsap } from \"scrollmagic-plugin-gsap\";\n\nScrollMagicPluginGsap(ScrollMagic, TweenMax, TimelineMax);\n\n// There you can use setTween() in ScrollMagic Scene with no problems\n```\n\n### Author\n\nEdvinas pranka\n\n[@epranka](https://twitter.com/epranka)\n\nhttps://www.kodmina.lt\n\n# License\n\nThe MIT License (MIT)\n\nCopyright (c) 2019 Edvinas Pranka\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepranka%2Fscrollmagic-plugin-gsap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fepranka%2Fscrollmagic-plugin-gsap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fepranka%2Fscrollmagic-plugin-gsap/lists"}