{"id":20283157,"url":"https://github.com/bsonntag/parse-css-transition","last_synced_at":"2025-04-11T08:21:35.152Z","repository":{"id":38815904,"uuid":"96811362","full_name":"bsonntag/parse-css-transition","owner":"bsonntag","description":"Parses CSS transitions into an object.","archived":false,"fork":false,"pushed_at":"2023-10-16T16:45:17.000Z","size":602,"stargazers_count":4,"open_issues_count":1,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-18T11:12:15.197Z","etag":null,"topics":["css","parser","parsing","transition","transitions"],"latest_commit_sha":null,"homepage":"","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/bsonntag.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":"2017-07-10T18:57:55.000Z","updated_at":"2023-03-10T09:31:40.000Z","dependencies_parsed_at":"2024-06-19T04:12:01.756Z","dependency_job_id":"b02594e0-f012-48d3-88d5-602355e41261","html_url":"https://github.com/bsonntag/parse-css-transition","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":0.4473684210526315,"last_synced_commit":"c953b2146ac11450ff2a7355d5c91e859cc33112"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Fparse-css-transition","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Fparse-css-transition/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Fparse-css-transition/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bsonntag%2Fparse-css-transition/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bsonntag","download_url":"https://codeload.github.com/bsonntag/parse-css-transition/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248360931,"owners_count":21090784,"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":["css","parser","parsing","transition","transitions"],"created_at":"2024-11-14T14:13:27.981Z","updated_at":"2025-04-11T08:21:35.127Z","avatar_url":"https://github.com/bsonntag.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# parse-css-transition\n\n\u003e Parses CSS transitions into an object.\n\n## Installation\n\nWith npm:\n\n```sh\nnpm install --save parse-css-transition\n```\n\nWith yarn:\n\n```sh\nyarn add parse-css-transition\n```\n\n## Usage\n\n```js\nimport parseCssTransition from 'parse-css-transition';\n\nparseCssTransition('color 2s ease 100ms');\n// {\n//   name: 'color',\n//   duration: 2000,\n//   timingFunction: 'ease',\n//   delay: 100\n// }\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsonntag%2Fparse-css-transition","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbsonntag%2Fparse-css-transition","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbsonntag%2Fparse-css-transition/lists"}