{"id":22446854,"url":"https://github.com/ppmpreetham/gsap-animations","last_synced_at":"2025-03-27T11:22:55.805Z","repository":{"id":242343061,"uuid":"809312420","full_name":"ppmpreetham/gsap-animations","owner":"ppmpreetham","description":"Cool GSAP animations that I use","archived":false,"fork":false,"pushed_at":"2024-06-06T06:10:00.000Z","size":1515,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T15:46:03.492Z","etag":null,"topics":["gsap","gsap-plugin","gsap3"],"latest_commit_sha":null,"homepage":"","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/ppmpreetham.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-02T10:40:17.000Z","updated_at":"2024-07-03T15:49:06.000Z","dependencies_parsed_at":"2024-06-02T11:52:15.565Z","dependency_job_id":"754c8c15-2138-450a-802c-13bd5436b9b5","html_url":"https://github.com/ppmpreetham/gsap-animations","commit_stats":null,"previous_names":["ppmpreetham/gsap-animations"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fgsap-animations","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fgsap-animations/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fgsap-animations/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ppmpreetham%2Fgsap-animations/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ppmpreetham","download_url":"https://codeload.github.com/ppmpreetham/gsap-animations/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245833069,"owners_count":20679777,"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":["gsap","gsap-plugin","gsap3"],"created_at":"2024-12-06T04:12:20.541Z","updated_at":"2025-03-27T11:22:55.783Z","avatar_url":"https://github.com/ppmpreetham.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GSAP Animations\nCool GSAP animations that I use\n\n## Center Fall down\nMakes the center element fall down first, then the rest of the elements fall down in a staggered manner\n\nWorks with a Stagger of elements\n\n\n![Center Fall down](src/videos/center_fall_down.gif)\n\n### Code\n```javascript\ngsap.to(\".stagger-box\", {\n    y:25,\n    duration:1,\n    stagger:0.5,\n    ease:\"bounce.out\",\n    stagger: {\n        ease: \"back.out\",\n      amount: 1,\n      from: \"center\",\n    }\n});\n\n```\n## Center Float\nMakes the center element float up first, then the rest of the elements float too.\n\nWorks with a Stagger of elements\nCould be implemented when selection\n\n![Center Fall down](src/videos/center_float.gif)\n\n### Code\n```javascript\ngsap.to(\".stagger-box\", {\n    y:-25,\n    duration:1,\n    stagger:0.5,\n    ease:\"back.out\",\n    repeat: -1,\n    yoyo: true,\n    stagger: {\n      ease: \"back.out\",\n      amount: 1,\n      from: \"center\",\n    }\n});\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppmpreetham%2Fgsap-animations","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fppmpreetham%2Fgsap-animations","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fppmpreetham%2Fgsap-animations/lists"}