{"id":18299905,"url":"https://github.com/gamestdio/easing","last_synced_at":"2025-04-05T13:35:26.945Z","repository":{"id":94804091,"uuid":"133692911","full_name":"gamestdio/easing","owner":"gamestdio","description":"Collection of easing equations for JavaScript / TypeScript","archived":false,"fork":false,"pushed_at":"2018-05-16T17:57:33.000Z","size":25,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-09-23T05:18:34.013Z","etag":null,"topics":["easing","easing-equations","easing-functions"],"latest_commit_sha":null,"homepage":"http://gamestd.io/easing","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/gamestdio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-05-16T16:14:48.000Z","updated_at":"2022-10-08T16:06:45.000Z","dependencies_parsed_at":"2023-05-09T17:45:49.554Z","dependency_job_id":null,"html_url":"https://github.com/gamestdio/easing","commit_stats":{"total_commits":4,"total_committers":1,"mean_commits":4.0,"dds":0.0,"last_synced_commit":"70d6c93c53ba679126bfcb34fa77bd0955f7295d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Feasing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Feasing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Feasing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gamestdio%2Feasing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gamestdio","download_url":"https://codeload.github.com/gamestdio/easing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223192550,"owners_count":17103564,"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":["easing","easing-equations","easing-functions"],"created_at":"2024-11-05T15:10:40.361Z","updated_at":"2024-11-05T15:10:40.989Z","avatar_url":"https://github.com/gamestdio.png","language":"JavaScript","readme":"# @gamestdio/easing\n\nThis is a grab-bag of [Robert Penner's easing equations](http://www.robertpenner.com/easing/), most of the code from [glsl-easings](https://www.npmjs.org/package/glsl-easings). Pull requests for optimizations are welcome.\n\n## Usage\n\n[![NPM](https://nodei.co/npm/@gamestdio/easing.png)](https://nodei.co/npm/@gamestdio/easing/)\n\nFull list of eases:\n\n```js\nimport { backInOut } from '@gamestdio/easing';\nimport { backIn } from '@gamestdio/easing';\nimport { backOut } from '@gamestdio/easing';\nimport { bounceInOut } from '@gamestdio/easing';\nimport { bounceIn } from '@gamestdio/easing';\nimport { bounceOut } from '@gamestdio/easing';\nimport { circInOut } from '@gamestdio/easing';\nimport { circIn } from '@gamestdio/easing';\nimport { circOut } from '@gamestdio/easing';\nimport { cubicInOut } from '@gamestdio/easing';\nimport { cubicIn } from '@gamestdio/easing';\nimport { cubicOut } from '@gamestdio/easing';\nimport { elasticInOut } from '@gamestdio/easing';\nimport { elasticIn } from '@gamestdio/easing';\nimport { elasticOut } from '@gamestdio/easing';\nimport { expoInOut } from '@gamestdio/easing';\nimport { expoIn } from '@gamestdio/easing';\nimport { expoOut } from '@gamestdio/easing';\nimport { linear } from '@gamestdio/easing';\nimport { quadInOut } from '@gamestdio/easing';\nimport { quadIn } from '@gamestdio/easing';\nimport { quadOut } from '@gamestdio/easing';\nimport { quartInOut } from '@gamestdio/easing';\nimport { quartIn } from '@gamestdio/easing';\nimport { quartOut } from '@gamestdio/easing';\nimport { quintInOut } from '@gamestdio/easing';\nimport { quintIn } from '@gamestdio/easing';\nimport { quintOut } from '@gamestdio/easing';\nimport { sineInOut } from '@gamestdio/easing';\nimport { sineIn } from '@gamestdio/easing';\nimport { sineOut } from '@gamestdio/easing';\n```\n\nAll easing functions only remap a time value, and all have the same signature.\n\n#### ```v = ease(t)```\n\nWhere `t` is typically a value between 0 and 1, and it returns a new float that has been eased.\n\n## License\n\nMIT, see [LICENSE.md](http://github.com/mattdesl/eases/blob/master/LICENSE.md) for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestdio%2Feasing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgamestdio%2Feasing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgamestdio%2Feasing/lists"}