{"id":21304974,"url":"https://github.com/maximilianmairinger/waapieasing","last_synced_at":"2025-03-15T19:26:34.727Z","repository":{"id":72157435,"uuid":"230133856","full_name":"maximilianMairinger/waapiEasing","owner":"maximilianMairinger","description":"Waapi bezier-functions as css string and js function","archived":false,"fork":false,"pushed_at":"2021-11-05T05:00:36.000Z","size":12,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-22T08:42:45.004Z","etag":null,"topics":["bezier","css","css-string","easing","function","waapi"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/waapi-easing","language":"TypeScript","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/maximilianMairinger.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":"2019-12-25T17:28:12.000Z","updated_at":"2021-11-05T05:00:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"2ab02683-e06c-4e8a-a542-12969119cffc","html_url":"https://github.com/maximilianMairinger/waapiEasing","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/maximilianMairinger%2FwaapiEasing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FwaapiEasing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FwaapiEasing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maximilianMairinger%2FwaapiEasing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maximilianMairinger","download_url":"https://codeload.github.com/maximilianMairinger/waapiEasing/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243779621,"owners_count":20346745,"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":["bezier","css","css-string","easing","function","waapi"],"created_at":"2024-11-21T16:16:31.687Z","updated_at":"2025-03-15T19:26:34.721Z","avatar_url":"https://github.com/maximilianMairinger.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Waapi easing\r\n\r\nWaapi bezier-functions as css string and js function\r\n\r\n## Example\r\n\r\n### Common functions\r\n\r\n```ts\r\nimport { Easing } from \"waapi-easing\"\r\n\r\nlet ease = new Easing(\"ease\")\r\n\r\nease.string     // \"ease\"\r\nease.function   // (n: progress) =\u003e progress\r\n```\r\n\r\n\u003e Note: `progress` is a number between 0 and 1.\r\n\r\nThese are all available common function: \r\n\r\n * linear\r\n * **ease**\r\n * easeIn\r\n * easeOut\r\n * **easeInOut**\r\n\r\n### Custom functions\r\n\r\n```ts\r\nlet custom = new Easing(.48, .165, .325, .97)\r\n\r\ncustom.string   // \"cubic-bezier(.48, .165, .325, .97)\"\r\ncustom.function // (n: progress) =\u003e progress\r\n```\r\n\r\n\r\n## Contribute\r\n\r\nAll feedback is appreciated. Create a pull request or write an issue.\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fwaapieasing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaximilianmairinger%2Fwaapieasing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaximilianmairinger%2Fwaapieasing/lists"}