{"id":15690462,"url":"https://github.com/kaelzhang/easing-functions","last_synced_at":"2025-07-23T12:35:04.334Z","repository":{"id":20011829,"uuid":"23279404","full_name":"kaelzhang/easing-functions","owner":"kaelzhang","description":"Robert Penner's easing functions","archived":false,"fork":false,"pushed_at":"2025-02-04T11:05:06.000Z","size":18,"stargazers_count":8,"open_issues_count":0,"forks_count":4,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-05T09:16:28.613Z","etag":null,"topics":["animation","easing-functions"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/kaelzhang.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,"publiccode":null,"codemeta":null}},"created_at":"2014-08-24T11:24:37.000Z","updated_at":"2025-02-04T11:05:10.000Z","dependencies_parsed_at":"2025-03-03T19:15:10.945Z","dependency_job_id":null,"html_url":"https://github.com/kaelzhang/easing-functions","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/kaelzhang/easing-functions","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Feasing-functions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Feasing-functions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Feasing-functions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Feasing-functions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kaelzhang","download_url":"https://codeload.github.com/kaelzhang/easing-functions/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kaelzhang%2Feasing-functions/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264303075,"owners_count":23587698,"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","easing-functions"],"created_at":"2024-10-03T18:09:57.840Z","updated_at":"2025-07-23T12:35:04.311Z","avatar_url":"https://github.com/kaelzhang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# easing-functions\n\nRobert Penner's easing functions from [phaser](https://github.com/photonstorm/phaser).\n\n## Install\n\n```bash\n$ npm i easing-functions\n```\n\n## Usage\n\n```js\nconst Easing = require('easing-functions')\n\nEasing.Quadratic.Out\nEasing.quadratic.out\n\n// You could also access the easing function via\n\nEasing['quadratic.out']\n\n// or\n\nEasing['Quadratic.Out']\n```\n\n## Easing.\u0026lt;type\u0026gt;.\u0026lt;output\u0026gt;(x)\n\ntype \\ output |  In  |  Out  |  InOut\n------------- | ---- | ----- | -------\nLinear        |   x  |   x   |    x\nQuadratic     |   ✓  |   ✓   |   ✓\nCubic         |   ✓  |   ✓   |   ✓\nQuartic       |   ✓  |   ✓   |   ✓\nQuintic       |   ✓  |   ✓   |   ✓\nSinusoidal    |   ✓  |   ✓   |   ✓\nExponential   |   ✓  |   ✓   |   ✓\nCircular      |   ✓  |   ✓   |   ✓\nElastic       |   ✓  |   ✓   |   ✓\nBack          |   ✓  |   ✓   |   ✓\nBounce        |   ✓  |   ✓   |   ✓\n\n\n## License\n\nThe MIT License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelzhang%2Feasing-functions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkaelzhang%2Feasing-functions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkaelzhang%2Feasing-functions/lists"}