{"id":23840286,"url":"https://github.com/jgtools/easings","last_synced_at":"2026-05-03T11:34:11.111Z","repository":{"id":64356161,"uuid":"575157964","full_name":"JGTools/Easings","owner":"JGTools","description":"Collection of easing functions","archived":false,"fork":false,"pushed_at":"2022-12-22T11:04:06.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-02-02T17:47:33.981Z","etag":null,"topics":["easing-functions","javascript","jgtools","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/JGTools.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":"2022-12-06T22:10:16.000Z","updated_at":"2022-12-22T13:15:05.000Z","dependencies_parsed_at":"2023-01-15T13:15:21.391Z","dependency_job_id":null,"html_url":"https://github.com/JGTools/Easings","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FEasings","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FEasings/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FEasings/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JGTools%2FEasings/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JGTools","download_url":"https://codeload.github.com/JGTools/Easings/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240125030,"owners_count":19751622,"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-functions","javascript","jgtools","typescript"],"created_at":"2025-01-02T17:30:49.761Z","updated_at":"2026-05-03T11:34:11.073Z","avatar_url":"https://github.com/JGTools.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Easings\n\n[![npm](https://img.shields.io/npm/v/@jgtools/easings)](https://www.npmjs.com/package/@jgtools/easings)\n[![npm](https://img.shields.io/npm/dm/@jgtools/easings)](https://www.npmjs.com/package/@jgtools/easings)\n[![GitHub](https://img.shields.io/github/license/jgtools/easings)](https://github.com/git/git-scm.com/blob/main/MIT-LICENSE.txt)\n\nCollection of easing functions\n\n## Installation\n\n### Using npm\n\n```bash\nnpm i @jgtools/easings\n```\n\n```javascript\n// import all functions using a namespace\nimport * as Easings from \"@jgtools/easings\";\n// or import functions individually\nimport { outElastic } from \"@jgtools/easings\";\n// ...\n```\n\n### Using cdn\n\n```html\n\u003cscript type=\"module\"\u003e\n    // import all functions using a namespace\n    import * as Easings from \"https://cdn.jsdelivr.net/npm/@jgtools/easings@2.0.5/dist/index.min.js\";\n    // or import functions individually\n    import { outElastic } from \"https://cdn.jsdelivr.net/npm/@jgtools/easings@2.0.5/dist/index.min.js\";\n    // ...\n\u003c/script\u003e\n```\n\n## Usage\n\n```javascript\nimport { outElastic } from \"@jgtools/easings\";\nconst res = outElastic(0.5);\n```\n\n### Easing functions cheat sheet:\n\nhttps://easings.net/\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgtools%2Feasings","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgtools%2Feasings","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgtools%2Feasings/lists"}