{"id":20170051,"url":"https://github.com/diklor/tw","last_synced_at":"2026-02-02T04:32:40.235Z","repository":{"id":198836191,"uuid":"701649630","full_name":"diklor/tw","owner":"diklor","description":"easy tween","archived":false,"fork":false,"pushed_at":"2023-12-21T09:03:15.000Z","size":748,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-03T04:15:32.939Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"GDScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/diklor.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-07T06:51:25.000Z","updated_at":"2024-01-17T16:51:53.000Z","dependencies_parsed_at":null,"dependency_job_id":"20672a75-1106-4875-94fe-ddc67b896a35","html_url":"https://github.com/diklor/tw","commit_stats":null,"previous_names":["extremesphere/tw","diklor/tw"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/diklor/tw","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diklor%2Ftw","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diklor%2Ftw/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diklor%2Ftw/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diklor%2Ftw/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/diklor","download_url":"https://codeload.github.com/diklor/tw/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/diklor%2Ftw/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259977620,"owners_count":22941115,"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-11-14T01:16:11.182Z","updated_at":"2026-02-02T04:32:40.208Z","avatar_url":"https://github.com/diklor.png","language":"GDScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tw\nEasy tween\n\n\n\n## Default parameters:\n```gdscript\ntw.tw(\n\tnode = null, #required\n\ttime = 0.1, #required\n\tproperty_dict = {}, #required\n\teasing_style = 'linear',\n\teasing_direction = 'out', \t\n\tdelay = null\n)\n```\n\n\n## Configuration:\n```gdscript\ntw.set_default_time(1.0)\n\n#tw.set_default_easing(style := '', direction := '')\ntw.set_default_easing('quint')\ntw.set_default_easing('quint', 'out')\n```\n\n\n\n## Usage:\n```gdscript\ntw.set_default_time(1.0)\ntw.set_default_easing('quint')\n\n\ntw.tw(self, 1.0, {modulate = Color.RED})\ntw.tw($Node, 1.0, {modulate = Color.RED, rotation = 360}, 'quint', 'out')\ntw.tw(self, 1.0, {modulate = Color.RED, \"position:x\" = 20}, 'QuiNT', 'OuT')\ntw.tw(self, 1.0, {modulate = Color.RED}, 'quint', 'in')\ntw.tw(self, 1.0, {modulate = Color.RED}, 'elastic', 'out')\ntw.tw(self, 1.0, {modulate = Color.RED}, 'elastic')\n\ntw.tw(self, 0.0, {modulate = Color.RED}, 'elastic')\n#equivalent to      \"self.modulate = Color.RED\"\n\ntw.tw(self, -2.0, {modulate = Color.RED}, 'elastic')\n#equivalent to      \"self.modulate = Color.RED\"\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiklor%2Ftw","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdiklor%2Ftw","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdiklor%2Ftw/lists"}