{"id":21240232,"url":"https://github.com/retyui/postcss-animation.css-data","last_synced_at":"2025-03-15T03:42:50.911Z","repository":{"id":57327754,"uuid":"85298746","full_name":"retyui/postcss-animation.css-data","owner":"retyui","description":"PostCSS plugin that adds `@keyframes` from animate.css.","archived":false,"fork":false,"pushed_at":"2018-05-10T16:58:03.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-09T00:07:01.919Z","etag":null,"topics":["animation-css","postcss-animations"],"latest_commit_sha":null,"homepage":null,"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/retyui.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":"2017-03-17T10:17:24.000Z","updated_at":"2017-06-22T11:50:04.000Z","dependencies_parsed_at":"2022-09-17T13:50:24.151Z","dependency_job_id":null,"html_url":"https://github.com/retyui/postcss-animation.css-data","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/retyui%2Fpostcss-animation.css-data","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-animation.css-data/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-animation.css-data/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/retyui%2Fpostcss-animation.css-data/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/retyui","download_url":"https://codeload.github.com/retyui/postcss-animation.css-data/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243239236,"owners_count":20259186,"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","postcss-animations"],"created_at":"2024-11-21T00:50:01.913Z","updated_at":"2025-03-15T03:42:50.889Z","avatar_url":"https://github.com/retyui.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# postcss-animation.css-data\n\nAutogenerated data for [postcss-animations](https://github.com/retyui/postcss-animations) plugin.\n\nParsed all `@keyframes` from [magic.css](https://minimamente.com/example/magic_animations/).\n\n## Install\n\n```bash\nyarn add -D postcss-animation.css-data postcss-animations\n# or npm i -D postcss-animation.css-data postcss-animations\n```\n\n## Use\n\n```js\nconst postcss = require(\"postcss\");\nconst postcssAnimations = require(\"postcss-animations\");\n\n(async () =\u003e {\n  const CSS = `.my-jackInTheBox { animation-name: jackInTheBox; }`;\n  const PLUGINS = [\n    postcssAnimations({\n      data: [require(\"postcss-animation.css-data\")],\n      checkDuplications: true,\n      disableCheckCssVariables: true\n    })\n  ];\n\n  try {\n    const { css, messages } = await postcss(PLUGINS).process(\n      CSS /*, {from,to}*/\n    );\n    messages.map(msg =\u003e console.log(msg.toString()));\n\n    console.log(css);\n    /*\n      .my-jackInTheBox { animation-name: jackInTheBox; }\n      @keyframes jackInTheBox { }\n    */\n  } catch (e) {\n    console.error(e);\n  }\n})();\n```\n\n## Other animation data:\n\n* [![npm postcss-magic.css-data](https://img.shields.io/npm/dm/postcss-magic.css-data.svg)](https://www.npmjs.com/package/postcss-magic.css-data) [postcss-magic.css-data](https://github.com/retyui/postcss-magic.css-data)\n* [![npm postcss-mimic.css-data](https://img.shields.io/npm/dm/postcss-mimic.css-data.svg)](https://www.npmjs.com/package/postcss-mimic.css-data) [postcss-mimic.css-data](https://github.com/retyui/postcss-mimic.css-data)\n* [![npm postcss-tuesday.css-data](https://img.shields.io/npm/dm/postcss-tuesday.css-data.svg)](https://www.npmjs.com/package/postcss-tuesday.css-data) [postcss-tuesday.css-data](https://github.com/retyui/postcss-tuesday.css-data)\n\n## Update data:\n\n```bash\ngit clone https://github.com/retyui/postcss-animation.css-data\ncd postcss-animation.css-data\nyarn\nyarn build\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretyui%2Fpostcss-animation.css-data","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fretyui%2Fpostcss-animation.css-data","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fretyui%2Fpostcss-animation.css-data/lists"}