{"id":22796061,"url":"https://github.com/hiro0218/css-in-js-easing","last_synced_at":"2025-04-19T12:46:45.293Z","repository":{"id":57685657,"uuid":"490683778","full_name":"hiro0218/css-in-js-easing","owner":"hiro0218","description":"This library retrieves easing-function for CSS property. ","archived":false,"fork":false,"pushed_at":"2025-02-11T03:11:47.000Z","size":255,"stargazers_count":4,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-12T22:20:43.375Z","etag":null,"topics":["animation","css","css-in-js","easing","easing-functions","easings","transition","transition-timing-function"],"latest_commit_sha":null,"homepage":"https://www.npmjs.com/package/css-in-js-easing","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/hiro0218.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-05-10T12:20:09.000Z","updated_at":"2023-03-07T03:17:03.000Z","dependencies_parsed_at":"2023-01-30T06:16:05.746Z","dependency_job_id":null,"html_url":"https://github.com/hiro0218/css-in-js-easing","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro0218%2Fcss-in-js-easing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro0218%2Fcss-in-js-easing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro0218%2Fcss-in-js-easing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hiro0218%2Fcss-in-js-easing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hiro0218","download_url":"https://codeload.github.com/hiro0218/css-in-js-easing/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249698282,"owners_count":21312175,"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","css","css-in-js","easing","easing-functions","easings","transition","transition-timing-function"],"created_at":"2024-12-12T05:09:53.039Z","updated_at":"2025-04-19T12:46:45.276Z","avatar_url":"https://github.com/hiro0218.png","language":"TypeScript","readme":"# css-in-js-easing\n\nThis library retrieves easing-function for CSS property.\nIt is primarily intended for use with CSS-in-JS.\n\n## install\n\n```bash\nnpm i -D css-in-js-easing\n```\n\n## usage\n\n```ts\nimport { easeInOutBack } from 'css-in-js-easing';\n```\n\n```ts\nconst sample = styled.div`\n transition-timing-function: ${easeInOutBack};\n`\n```\n\n## easing-function list\n\nThe following easing-function can export.\n\n- `linear`\n- `ease`\n- `easeIn`\n- `easeOut`\n- `easeInOut`\n- `easeInQuad`\n- `easeInCubic`\n- `easeInQuart`\n- `easeInQuint`\n- `easeInSine`\n- `easeInExpo`\n- `easeInCirc`\n- `easeInBack`\n- `easeOutQuad`\n- `easeOutCubic`\n- `easeOutQuart`\n- `easeOutQuint`\n- `easeOutSine`\n- `easeOutExpo`\n- `easeOutCirc`\n- `easeOutBack`\n- `easeInOutQuad`\n- `easeInOutCubic`\n- `easeInOutQuart`\n- `easeInOutQuint`\n- `easeInOutSine`\n- `easeInOutExpo`\n- `easeInOutCirc`\n- `easeInOutBack`\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiro0218%2Fcss-in-js-easing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhiro0218%2Fcss-in-js-easing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhiro0218%2Fcss-in-js-easing/lists"}